Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion V2_CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,7 @@
- after: `glint --noEmit`
- to build `.d.ts` declaration files for your .gts/.ts files
- before: `glint --build`
- after: `glint --declaration --emitDeclarationOnly`
- after: `glint --declaration --emitDeclarationOnly`
- BREAKING CHANGE: `basename.gts.d.ts` files emitted instead of `basename.d.ts`
- See discussion: https://github.com/typed-ember/glint/issues/628
- Previously a `basename.gts` would emit a corresponding `basename.d.ts` file. For v2 glint, `basename.gts.d.ts` is emitted.
Loading