Skip to content

optimization passes #36

optimization passes

optimization passes #36

Triggered via push November 19, 2024 00:55
Status Failure
Total duration 20s
Artifacts

bun.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
TypeError: undefined is not an object (evaluating 'this.source.tokenizer.getToken'): src/parser/index.ts#L694
at parseNumberLiteral (/home/runner/work/Zep/Zep/src/parser/index.ts:694:29) at /home/runner/work/Zep/Zep/tests/parser.test.ts:20:25
TypeError: undefined is not an object (evaluating 'this.source.tokenizer.getToken'): src/parser/index.ts#L699
at parseStringLiteral (/home/runner/work/Zep/Zep/src/parser/index.ts:699:29) at /home/runner/work/Zep/Zep/tests/parser.test.ts:32:25
TypeError: undefined is not an object (evaluating 'this.source.tokenizer.getToken'): src/parser/index.ts#L387
at parseFunctionImport (/home/runner/work/Zep/Zep/src/parser/index.ts:387:35) at /home/runner/work/Zep/Zep/tests/parser.test.ts:48:25
TypeError: undefined is not an object (evaluating 'this.source.tokenizer.getToken'): src/parser/index.ts#L130
at parseVariableDeclaration (/home/runner/work/Zep/Zep/src/parser/index.ts:130:28) at /home/runner/work/Zep/Zep/tests/parser.test.ts:68:25
TypeError: undefined is not an object (evaluating 'this.source.tokenizer.getToken'): src/parser/index.ts#L546
at parseCallExpression (/home/runner/work/Zep/Zep/src/parser/index.ts:546:33) at /home/runner/work/Zep/Zep/tests/parser.test.ts:82:25
TypeError: undefined is not an object (evaluating 'this.source.tokenizer.createState'): src/parser/index.ts#L163
at parseFunctionDeclaration (/home/runner/work/Zep/Zep/src/parser/index.ts:163:31) at /home/runner/work/Zep/Zep/tests/parser.test.ts:103:25
error: expect(received).toBe(expected): lib/tests/parser.test.js#L16
Expected: "1024" Received: undefined at /home/runner/work/Zep/Zep/lib/tests/parser.test.js:16:87
error: expect(received).toBe(expected): lib/tests/parser.test.js#L26
Expected: "this is a string" Received: undefined at /home/runner/work/Zep/Zep/lib/tests/parser.test.js:26:87
error: expect(received).toBe(expected): lib/tests/parser.test.js#L41
Expected: "print" Received: undefined at /home/runner/work/Zep/Zep/lib/tests/parser.test.js:41:92
error: expect(received).toBe(expected): lib/tests/parser.test.js#L58
Expected: false Received: undefined at /home/runner/work/Zep/Zep/lib/tests/parser.test.js:58:90