Converted ATNState.stateType back to in an instance member. #257
Annotations
10 errors
Run npm run build:
src/DefaultErrorStrategy.ts#L224
Property 'stateType' does not exist on type 'ATNState'. Did you mean to access the static member 'ATNState.stateType' instead?
|
Run npm run build:
src/ParserInterpreter.ts#L119
Property 'stateType' does not exist on type 'ATNState'. Did you mean to access the static member 'ATNState.stateType' instead?
|
Run npm run build:
src/ParserInterpreter.ts#L184
Property 'stateType' does not exist on type 'ATNState'. Did you mean to access the static member 'ATNState.stateType' instead?
|
Run npm run build:
src/atn/ATNConfigSet.ts#L136
Property 'stateType' does not exist on type 'ATNState'. Did you mean to access the static member 'ATNState.stateType' instead?
|
Run npm run build:
src/atn/ATNSerializer.ts#L228
Property 'stateType' does not exist on type 'ATNState'. Did you mean to access the static member 'ATNState.stateType' instead?
|
Run npm run build:
src/atn/ATNSerializer.ts#L241
Property 'stateType' does not exist on type 'ATNState'. Did you mean to access the static member 'ATNState.stateType' instead?
|
Run npm run build:
src/atn/ATNSerializer.ts#L249
Property 'stateType' does not exist on type 'ATNState'. Did you mean to access the static member 'ATNState.stateType' instead?
|
Run npm run build:
src/atn/ATNSerializer.ts#L276
Property 'stateType' does not exist on type 'ATNState'. Did you mean to access the static member 'ATNState.stateType' instead?
|
Run npm run build:
src/atn/BasicBlockStartState.ts#L11
This member cannot have an 'override' modifier because it is not declared in the base class 'BlockStartState'.
|
Run npm run build:
src/atn/BasicState.ts#L10
This member cannot have an 'override' modifier because it is not declared in the base class 'ATNState'.
|
Loading