Add indentation-aware TokenBuilder and Lexer #2419
Annotations
13 errors and 1 warning
examples/arithmetics/test/arithmetics-cli.test.ts#L21
AssertionError: Result code should be 0: expected 1 to be +0 // Object.is equality
- Expected
+ Received
- 0
+ 1
❯ examples/arithmetics/test/arithmetics-cli.test.ts:21:56
|
examples/statemachine/test/statemachine-cli.test.ts#L20
AssertionError: expected 1 to be +0 // Object.is equality
- Expected
+ Received
- 0
+ 1
❯ examples/statemachine/test/statemachine-cli.test.ts:20:29
|
|
packages/langium/src/parser/token-builder.ts#L195
Cannot find name 'createToken'.
|
packages/langium/src/parser/token-builder.ts#L201
Cannot find name 'createToken'.
|
packages/langium/src/parser/token-builder.ts#L208
Cannot find namespace 'GrammarAST'.
|
packages/langium/src/parser/token-builder.ts#L210
Cannot find name 'isTokenTypeArray'.
|
packages/langium/src/parser/token-builder.ts#L218
Property 'find' does not exist on type 'TokenVocabulary'.
|
packages/langium/src/parser/token-builder.ts#L218
Parameter 'tok' implicitly has an 'any' type.
|
packages/langium/src/parser/token-builder.ts#L219
Property 'find' does not exist on type 'TokenVocabulary'.
|
packages/langium/src/parser/token-builder.ts#L219
Parameter 'tok' implicitly has an 'any' type.
|
packages/langium/src/parser/token-builder.ts#L220
Property 'find' does not exist on type 'TokenVocabulary'.
|
packages/langium/src/parser/token-builder.ts#L220
Parameter 'tok' implicitly has an 'any' type.
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
This job failed
Loading