mirror of
https://github.com/hi-language/transpiler.git
synced 2026-01-14 08:38:37 +00:00
Docs: Update test results
This commit is contained in:
committed by
github-actions[bot]
parent
6e51b569da
commit
4e251b1b32
@@ -1,6 +1,6 @@
|
|||||||
# Hi Language Test Results
|
# Hi Language Test Results
|
||||||
|
|
||||||
**Run at:** 2025-09-26T15:38:55.459Z
|
**Run at:** 2025-09-26T15:41:18.143Z
|
||||||
|
|
||||||
| Test Case | Status |
|
| Test Case | Status |
|
||||||
|-----------|--------|
|
|-----------|--------|
|
||||||
@@ -16,19 +16,18 @@
|
|||||||
|
|
||||||
**Error:**
|
**Error:**
|
||||||
```
|
```
|
||||||
TypeError: $.SEPERATED_LIST is not a function
|
Error: <CONSUME> argument is invalid expecting a TokenType reference but got: <{"description":"This Object indicates the Parser is during Recording Phase"}>
|
||||||
This error was thrown during the "grammar recording phase" For more info see:
|
inside top level rule: <multiplicativeExpression>
|
||||||
https://chevrotain.io/docs/guide/internals.html#grammar-recording
|
at HiParser.consumeInternalRecord (file:///home/runner/work/transpiler/transpiler/node_modules/chevrotain/lib/src/parse/parser/traits/gast_recorder.js:216:27)
|
||||||
at HiParser.<anonymous> (file:///home/runner/work/transpiler/transpiler/src/parser.js:70:30)
|
at <computed> (file:///home/runner/work/transpiler/transpiler/node_modules/chevrotain/lib/src/parse/parser/traits/gast_recorder.js:51:33)
|
||||||
|
at HiParser.<anonymous> (file:///home/runner/work/transpiler/transpiler/src/parser.js:142:23)
|
||||||
at HiParser.recordProd (file:///home/runner/work/transpiler/transpiler/node_modules/chevrotain/lib/src/parse/parser/traits/gast_recorder.js:244:19)
|
at HiParser.recordProd (file:///home/runner/work/transpiler/transpiler/node_modules/chevrotain/lib/src/parse/parser/traits/gast_recorder.js:244:19)
|
||||||
at HiParser.optionInternalRecord (file:///home/runner/work/transpiler/transpiler/node_modules/chevrotain/lib/src/parse/parser/traits/gast_recorder.js:173:27)
|
at HiParser.manyInternalRecord (file:///home/runner/work/transpiler/transpiler/node_modules/chevrotain/lib/src/parse/parser/traits/gast_recorder.js:182:20)
|
||||||
at <computed> (file:///home/runner/work/transpiler/transpiler/node_modules/chevrotain/lib/src/parse/parser/traits/gast_recorder.js:57:33)
|
at <computed> (file:///home/runner/work/transpiler/transpiler/node_modules/chevrotain/lib/src/parse/parser/traits/gast_recorder.js:63:26)
|
||||||
at HiParser.<anonymous> (file:///home/runner/work/transpiler/transpiler/src/parser.js:70:15)
|
at HiParser.<anonymous> (file:///home/runner/work/transpiler/transpiler/src/parser.js:141:19)
|
||||||
at HiParser.topLevelRuleRecord (file:///home/runner/work/transpiler/transpiler/node_modules/chevrotain/lib/src/parse/parser/traits/gast_recorder.js:151:17)
|
at HiParser.topLevelRuleRecord (file:///home/runner/work/transpiler/transpiler/node_modules/chevrotain/lib/src/parse/parser/traits/gast_recorder.js:151:17)
|
||||||
at file:///home/runner/work/transpiler/transpiler/node_modules/chevrotain/lib/src/parse/parser/parser.js:85:53
|
at file:///home/runner/work/transpiler/transpiler/node_modules/chevrotain/lib/src/parse/parser/parser.js:85:53
|
||||||
at HiParser.TRACE_INIT (file:///home/runner/work/transpiler/transpiler/node_modules/chevrotain/lib/src/parse/parser/traits/perf_tracer.js:44:20)
|
at HiParser.TRACE_INIT (file:///home/runner/work/transpiler/transpiler/node_modules/chevrotain/lib/src/parse/parser/traits/perf_tracer.js:44:20)
|
||||||
at file:///home/runner/work/transpiler/transpiler/node_modules/chevrotain/lib/src/parse/parser/parser.js:84:30
|
|
||||||
at arrayEach (file:///home/runner/work/transpiler/transpiler/node_modules/lodash-es/_arrayEach.js:15:9)
|
|
||||||
```
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|||||||
Reference in New Issue
Block a user