The first 3 tests of the TestActionTranslation spec succeed #90
Annotations
5 errors
tests/TestActionTranslation.spec.ts > TestActionTranslation > testEscapedLessThanInAction:
src/semantics/SymbolChecks.ts#L56
TypeError: LexerATNFactory.getCommonConstants(...).forEach is not a function
❯ new SymbolChecks src/semantics/SymbolChecks.ts:56:46
❯ SemanticPipeline.process src/semantics/SemanticPipeline.ts:94:31
❯ Tool.processNonCombinedGrammar src/Tool.ts:192:13
❯ Tool.process src/Tool.ts:179:14
❯ new Grammar src/tool/Grammar.ts:332:23
❯ testActions tests/TestActionTranslation.spec.ts:50:19
❯ tests/TestActionTranslation.spec.ts:81:9
|
tests/TestActionTranslation.spec.ts > TestActionTranslation > testEscapedSlash:
src/semantics/SymbolChecks.ts#L56
TypeError: LexerATNFactory.getCommonConstants(...).forEach is not a function
❯ new SymbolChecks src/semantics/SymbolChecks.ts:56:46
❯ SemanticPipeline.process src/semantics/SemanticPipeline.ts:94:31
❯ Tool.processNonCombinedGrammar src/Tool.ts:192:13
❯ Tool.process src/Tool.ts:179:14
❯ new Grammar src/tool/Grammar.ts:332:23
❯ testActions tests/TestActionTranslation.spec.ts:50:19
❯ tests/TestActionTranslation.spec.ts:115:9
|
tests/TestActionTranslation.spec.ts > TestActionTranslation > testComplicatedArgParsing:
src/semantics/SymbolChecks.ts#L56
TypeError: LexerATNFactory.getCommonConstants(...).forEach is not a function
❯ new SymbolChecks src/semantics/SymbolChecks.ts:56:46
❯ SemanticPipeline.process src/semantics/SemanticPipeline.ts:94:31
❯ Tool.processNonCombinedGrammar src/Tool.ts:192:13
❯ Tool.process src/Tool.ts:179:14
❯ new Grammar src/tool/Grammar.ts:332:23
❯ testActions tests/TestActionTranslation.spec.ts:50:19
❯ tests/TestActionTranslation.spec.ts:127:9
|
build (20.x)
Process completed with exit code 1.
|
build (22.x)
The job was canceled because "_20_x" failed.
|