mirror of
https://github.com/hi-language/transpiler.git
synced 2026-01-14 00:28:05 +00:00
28 lines
616 B
Markdown
28 lines
616 B
Markdown
# Hi Language Test Results
|
|
|
|
**Run at:** 2025-09-26T14:35:21.846Z
|
|
|
|
| Test Case | Status |
|
|
|-----------|--------|
|
|
| Initialization Step | ❌ FAIL |
|
|
|
|
---
|
|
|
|
## Failures
|
|
|
|
### `Initialization Step`
|
|
|
|
**Reason:** Master, the test runner encountered a fatal error.
|
|
|
|
**Error:**
|
|
```
|
|
SyntaxError: Unexpected identifier 'moo'
|
|
at compileSourceTextModule (node:internal/modules/esm/utils:346:16)
|
|
at ModuleLoader.moduleStrategy (node:internal/modules/esm/translators:146:18)
|
|
at #translate (node:internal/modules/esm/loader:497:12)
|
|
at ModuleLoader.loadAndTranslate (node:internal/modules/esm/loader:544:27)
|
|
```
|
|
|
|
---
|
|
|