typed-ember / glint

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

Add --preserveWatchOutput flag to avoid clearing console output in watch mode #637

Closed lukemelia closed 1 year ago

lukemelia commented 1 year ago

Normally, output is cleared every time a change/re-check happens.

Correspondes to the tsc flag of the same name.

lukemelia commented 1 year ago

Fixes #597

lukemelia commented 1 year ago

Thanks for the review, @dfreeman. I fixed up the lint error.