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
I'm working on integrating ESLint into antlr4ts. One error keeps coming up that seems to be a real bug, apparently in generated test code. The message is: Argument of type 'Token' is not assignable to parameter of type 'number'.
It repeatedly appears on the process.stdout.write line below, objecting to _localctx._a._start being used as if it is a number.
I'm working on integrating ESLint into antlr4ts. One error keeps coming up that seems to be a real bug, apparently in generated test code. The message is: Argument of type 'Token' is not assignable to parameter of type 'number'.
It repeatedly appears on the
process.stdout.write
line below, objecting to_localctx._a._start
being used as if it is a number.The text was updated successfully, but these errors were encountered: