typed-ember / glint

TypeScript powered tooling for Glimmer templates
https://typed-ember.gitbook.io/glint
MIT License
109 stars 51 forks source link

Expose `loadConfig` utility function #606

Closed egorio closed 1 year ago

egorio commented 1 year ago

Expose loadConfig for consumers

Since we already provide access to the GlintConfig instance to consumers who run analyzeProject, it seems reasonable to offer a way to load that config without forcing a full project analysis.

Closes https://github.com/typed-ember/glint/issues/579

chriskrycho commented 1 year ago

Thanks!