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
src/parser/grammar.ts(38,68): error TS6133: 'd' is declared but its value is never read.
src/parser/grammar.ts(41,70): error TS6133: 'd' is declared but its value is never read.
The workaround of course is to change my typescript config to:
The workaround of course is to change my typescript config to:
The offending rules are:
It would be nice to be able to avoid this problem though. Thoughts?
The text was updated successfully, but these errors were encountered: