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

Fix lexer line continuation and catch invalid escaped sequence #40

Fix lexer line continuation and catch invalid escaped sequence

Fix lexer line continuation and catch invalid escaped sequence #40

Triggered via pull request March 11, 2024 15:50
Status Failure
Total duration 36s
Artifacts

parser_test.yml

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

Annotations

5 errors and 12 warnings
test (20.x)
Process completed with exit code 1.
test (18.x)
The job was canceled because "_20_x" failed.
test (18.x)
Process completed with exit code 1.
test (16.x)
The job was canceled because "_20_x" failed.
test (16.x)
The operation was canceled.
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/indexes.ts#L78
Assignment to property of function parameter 'bindee'
lint: packages/parser/src/lib/analyzer/binder/elementBinder/project.ts#L1
'_' is defined but never used
lint: packages/parser/src/lib/analyzer/binder/elementBinder/table.ts#L56
["ref"] is better written in dot notation
lint: packages/parser/src/lib/analyzer/binder/utils.ts#L25
'createSchemaSymbolIndex' is defined but never used
lint: packages/parser/src/lib/analyzer/symbol/symbols.ts#L13
Unary operator '++' used
lint: packages/parser/src/lib/analyzer/validator/elementValidators/custom.ts#L36
Expected 'this' to be used by class method 'validateName'
lint: packages/parser/src/lib/analyzer/validator/elementValidators/custom.ts#L44
Expected 'this' to be used by class method 'validateAlias'
lint: packages/parser/src/lib/analyzer/validator/elementValidators/custom.ts#L52
Expected 'this' to be used by class method 'validateSettingList'
lint: packages/parser/src/lib/analyzer/validator/elementValidators/custom.ts#L60
Expected 'this' to be used by class method 'validateBody'