Support ignoring indentation within delimiters #2489
actions.yml
on: pull_request
Langium Lint
34s
Matrix: build
Annotations
15 errors and 3 warnings
Langium Lint:
packages/langium/test/parser/indentation-aware.test.ts#L23
Property 'modes' does not exist on type 'TokenType[] | IMultiModeLexerDefinition'.
|
Langium Lint:
packages/langium/test/parser/indentation-aware.test.ts#L23
Property 'defaultMode' does not exist on type 'TokenType[] | IMultiModeLexerDefinition'.
|
Langium Lint
Process completed with exit code 2.
|
Langium CI (ubuntu-latest):
packages/langium/test/parser/indentation-aware.test.ts#L23
Property 'modes' does not exist on type 'TokenType[] | IMultiModeLexerDefinition'.
|
Langium CI (ubuntu-latest):
packages/langium/test/parser/indentation-aware.test.ts#L23
Property 'defaultMode' does not exist on type 'TokenType[] | IMultiModeLexerDefinition'.
|
Langium CI (ubuntu-latest)
Process completed with exit code 2.
|
packages/langium/test/parser/indentation-aware.test.ts > IndentationAwareTokenBuilder > Moves indent/dedent token types to the beginning:
packages/langium/test/parser/indentation-aware.test.ts#L24
TypeError: Cannot read properties of undefined (reading 'undefined')
❯ getTokens packages/langium/test/parser/indentation-aware.test.ts:24:12
❯ packages/langium/test/parser/indentation-aware.test.ts:68:28
|
packages/langium/test/parser/indentation-aware.test.ts > IndentationAwareTokenBuilder > Modifies indent/dedent patterns to be functions:
packages/langium/test/parser/indentation-aware.test.ts#L24
TypeError: Cannot read properties of undefined (reading 'undefined')
❯ getTokens packages/langium/test/parser/indentation-aware.test.ts:24:12
❯ packages/langium/test/parser/indentation-aware.test.ts:78:28
|
Langium CI (ubuntu-latest)
Process completed with exit code 1.
|
packages/langium/test/parser/indentation-aware.test.ts > IndentationAwareTokenBuilder > Moves indent/dedent token types to the beginning:
packages/langium/test/parser/indentation-aware.test.ts#L24
TypeError: Cannot read properties of undefined (reading 'undefined')
❯ getTokens packages/langium/test/parser/indentation-aware.test.ts:24:12
❯ packages/langium/test/parser/indentation-aware.test.ts:68:28
|
packages/langium/test/parser/indentation-aware.test.ts > IndentationAwareTokenBuilder > Modifies indent/dedent patterns to be functions:
packages/langium/test/parser/indentation-aware.test.ts#L24
TypeError: Cannot read properties of undefined (reading 'undefined')
❯ getTokens packages/langium/test/parser/indentation-aware.test.ts:24:12
❯ packages/langium/test/parser/indentation-aware.test.ts:78:28
|
Langium CI (windows-latest)
Process completed with exit code 1.
|
Langium CI (windows-latest):
packages/langium/test/parser/indentation-aware.test.ts#L23
Property 'modes' does not exist on type 'TokenType[] | IMultiModeLexerDefinition'.
|
Langium CI (windows-latest):
packages/langium/test/parser/indentation-aware.test.ts#L23
Property 'defaultMode' does not exist on type 'TokenType[] | IMultiModeLexerDefinition'.
|
Langium CI (windows-latest)
Process completed with exit code 2.
|
Langium Lint
The following actions use a deprecated Node.js version 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/
|
Langium CI (ubuntu-latest)
The following actions use a deprecated Node.js version 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/
|
Langium CI (windows-latest)
The following actions use a deprecated Node.js version 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/
|