update ranges #27
Annotations
5 errors and 2 warnings
error: expect(received).toBe(expected):
tests/parser.test.ts#L50
Expected: "print"
Received: undefined
at /home/runner/work/Zep/Zep/tests/parser.test.ts:50:29
|
TypeError: undefined is not an object (evaluating 'scope.add'):
src/parser/index.ts#L164
at parseVariableDeclaration (/home/runner/work/Zep/Zep/src/parser/index.ts:164:5)
at /home/runner/work/Zep/Zep/tests/parser.test.ts:68:25
|
error: expect(received).toBe(expected):
tests/parser.test.ts#L87
Expected: true
Received: undefined
at /home/runner/work/Zep/Zep/tests/parser.test.ts:87:49
|
TypeError: undefined is not an object (evaluating 'scope.parentScope'):
src/parser/index.ts#L206
at parseFunctionDeclaration (/home/runner/work/Zep/Zep/src/parser/index.ts:206:9)
at /home/runner/work/Zep/Zep/tests/parser.test.ts:103:25
|
build
Process completed with exit code 1.
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|