sync #28
Annotations
7 errors and 2 warnings
error: expect(received).toBe(expected):
tests/parser.test.ts#L22
Expected: "1024"
Received: undefined
at /home/runner/work/Zep/Zep/tests/parser.test.ts:22:24
|
error: expect(received).toBe(expected):
tests/parser.test.ts#L34
Expected: "this is a string"
Received: undefined
at /home/runner/work/Zep/Zep/tests/parser.test.ts:34:24
|
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
|
error: expect(received).toBe(expected):
tests/parser.test.ts#L70
Expected: false
Received: undefined
at /home/runner/work/Zep/Zep/tests/parser.test.ts:70:27
|
TypeError: undefined is not an object (evaluating 'scope.has'):
src/parser/index.ts#L531
at parseReferenceExpression (/home/runner/work/Zep/Zep/src/parser/index.ts:531:10)
at parseExpression (/home/runner/work/Zep/Zep/src/parser/index.ts:92:62)
at parseBinaryExpression (/home/runner/work/Zep/Zep/src/parser/index.ts:581:40)
at parseExpression (/home/runner/work/Zep/Zep/src/parser/index.ts:90:59)
at parseCallExpression (/home/runner/work/Zep/Zep/src/parser/index.ts:506:24)
at /home/runner/work/Zep/Zep/tests/parser.test.ts:82:25
|
error: expect(received).toBe(expected):
tests/parser.test.ts#L105
Expected: "add"
Received: undefined
at /home/runner/work/Zep/Zep/tests/parser.test.ts:105:29
|
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/
|