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
The following assertions were added in #496 to existing problematic code as part of enabling the strict compilation option. Some of these may be able to be rewritten to avoid the need to use assertions.
TestPerformance.ts
totalTransitions
computedTransitions
decision
_sllConfigs
ATN.ts
ruleToStartState
ruleToStopState
ruleToTokenType
lexerActions
BlockEndState.ts
startState
BlockStartState.ts
endState
LoopEndState.ts
loopBackState
PlusBlockStartState.ts
loopBackState
RuleStartState.ts
endState
StarLoopEntryState.ts
loopBackState
InterpreterDataReader.ts
atn
vocabulary
ruleNames
channels
modes
Parser.ts
_input
_ctx
ParserInterpreter.ts
_rootContext
ParserRuleContext.ts
_start
Recognizer.ts
_interp
TokenStreamRewriter.ts
instructionIndex
The text was updated successfully, but these errors were encountered:
The following assertions were added in #496 to existing problematic code as part of enabling the
strict
compilation option. Some of these may be able to be rewritten to avoid the need to use assertions.The text was updated successfully, but these errors were encountered: