@glint
directives do not work when used as TS/JS comments
#503
Labels
question
Further information is requested
@glint
directives do not work when used as TS/JS comments
#503
We have a lot of test files with templates the way described here: https://typed-ember.gitbook.io/glint/using-glint/ember/rendering-tests
So far we do not yet have typed interfaces in place. To silence glint, I needed to add several hundred
{{! @glint-nocheck }}
throughout the test files like this.Adding them worked okish with some search/replace foo, but fixing the formatting will be a bunch of work.
It would be great if I could either completely disable checking templates in
ts
files or if// @glint-nocheck
would work the same forhbs
files.The text was updated successfully, but these errors were encountered: