You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We fixed a number of issues blocking glint-expect-error in #795, but our "hook point" is specific to the Language Server, and not TSC, meaning if you run glint executable for type-checking purposes, the glint-expect-error directives won't kick in and you'll get errors for guarded lines.
Currently investigating how to accomplish this, but it seems solving this properly will also solve it for TS Plugin mode, which I think is also disconnected from the Language Server support we have right now.
The text was updated successfully, but these errors were encountered:
We fixed a number of issues blocking
glint-expect-error
in #795, but our "hook point" is specific to the Language Server, and not TSC, meaning if you runglint
executable for type-checking purposes, theglint-expect-error
directives won't kick in and you'll get errors for guarded lines.Currently investigating how to accomplish this, but it seems solving this properly will also solve it for TS Plugin mode, which I think is also disconnected from the Language Server support we have right now.
The text was updated successfully, but these errors were encountered: