better parser state handling #18
Annotations
2 errors and 2 warnings
TypeError: this.tokenizer.pauseState is not a function. (In 'this.tokenizer.pauseState()':
src/parser/parser.ts#L525
at parseBinaryExpression (/home/runner/work/Zep/Zep/src/parser/parser.ts:525:5)
at parseExpression (/home/runner/work/Zep/Zep/src/parser/parser.ts:85:20)
at parseCallExpression (/home/runner/work/Zep/Zep/src/parser/parser.ts:452:19)
at parseNode (/home/runner/work/Zep/Zep/src/parser/parser.ts:104:17)
at parseBlockExpression (/home/runner/work/Zep/Zep/src/parser/parser.ts:515:31)
at parseFunctionDeclaration (/home/runner/work/Zep/Zep/src/parser/parser.ts:265:19)
at /home/runner/work/Zep/Zep/tests/parser.test.ts:103:18
|
build
Process completed with exit code 1.
|
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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/
|