Skip to content

Parse the whole file and store its AST instead of parsing command after command #748

Parse the whole file and store its AST instead of parsing command after command

Parse the whole file and store its AST instead of parsing command after command #748

Triggered via pull request August 21, 2023 21:35
Status Failure
Total duration 35s
Artifacts

CI.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 1 warning
test: src/ast.js#L13
'path' is assigned a value but never used. Allowed unused vars must match /^_/u
test: src/commands.js#L1
'replaceVariables' is assigned a value but never used. Allowed unused vars must match /^_/u
test: src/commands.js#L212
'text' is never reassigned. Use 'const' instead
test: src/commands.js#L350
Unexpected console statement
test: src/parser.js#L1320
'errors' is assigned a value but never used. Allowed unused vars must match /^_/u
test: src/parser.js#L1485
'nbErrors' is never reassigned. Use 'const' instead
test: src/parser.js#L1616
Unnecessary parentheses around expression
test
Process completed with exit code 1.
test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/