Extend Lexer interface to expose diagnostics and data as a lexing report #2522
actions.yml
on: pull_request
Langium Lint
1m 1s
Matrix: build
Annotations
2 errors and 3 warnings
packages/langium/test/parser/indentation-aware.test.ts > IndentationAware parsing > should report error on non-matching dedent:
packages/langium/test/parser/indentation-aware.test.ts#L348
AssertionError: expected 28 to be 26 // Object.is equality
- Expected
+ Received
- 26
+ 28
❯ packages/langium/test/parser/indentation-aware.test.ts:348:36
|
Langium CI (windows-latest)
Process completed with exit code 1.
|
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/
|