Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

fix: improve suggestions for identifiers containing non-ascii letters #30

fix: improve suggestions for identifiers containing non-ascii letters

fix: improve suggestions for identifiers containing non-ascii letters #30

Triggered via pull request February 20, 2024 09:18
Status Failure
Total duration 34s
Artifacts

parser_test.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 14 warnings
test (18.x)
Process completed with exit code 1.
test (16.x)
Process completed with exit code 1.
test (20.x)
Process completed with exit code 1.
lint: packages/parser/src/services/suggestions/utils.ts#L5
`lib/utils` import should occur before import of `../../lib/analyzer/symbol/symbolIndex`
lint
Process completed with exit code 1.
test (18.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test (16.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test (20.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
lint: packages/parser/src/compiler.ts#L378
Unexpected use of continue statement
lint: packages/parser/src/lib/analyzer/binder/elementBinder/elementBinder.ts#L63
Unexpected use of continue statement
lint: packages/parser/src/lib/analyzer/binder/elementBinder/elementBinder.ts#L68
Unexpected use of continue statement
lint: packages/parser/src/lib/analyzer/binder/elementBinder/elementBinder.ts#L89
Unexpected use of continue statement
lint: packages/parser/src/lib/analyzer/binder/elementBinder/table.ts#L3
'KEYWORDS_OF_DEFAULT_SETTING' is defined but never used
lint: packages/parser/src/lib/analyzer/symbol/symbols.ts#L13
Unary operator '++' used
lint: packages/parser/src/lib/analyzer/symbol/utils.ts#L11
'SymbolTable' is defined but never used
lint: packages/parser/src/lib/analyzer/symbol/utils.ts#L13
'ColumnSymbol' is defined but never used
lint: packages/parser/src/lib/analyzer/symbol/utils.ts#L14
'EnumFieldSymbol' is defined but never used
lint: packages/parser/src/lib/analyzer/symbol/utils.ts#L15
'EnumSymbol' is defined but never used