Skip to content

Commit

Permalink
Merge pull request #606 from egorio/fix579
Browse files Browse the repository at this point in the history
Expose loadConfig
  • Loading branch information
chriskrycho authored Aug 14, 2023
2 parents 3d4e068 + 6dbe494 commit 255bd5b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,6 @@ export function analyzeProject(projectDirectory: string = process.cwd()): Projec
};
}

export { loadConfig };

export type { TransformManager, GlintConfig, GlintLanguageServer };

0 comments on commit 255bd5b

Please sign in to comment.