mirror of
https://github.com/hi-language/transpiler.git
synced 2026-01-14 00:28:05 +00:00
31 lines
798 B
Markdown
31 lines
798 B
Markdown
# Hi Language Test Results
|
|
|
|
**Run at:** 2025-09-26T15:00:12.573Z
|
|
|
|
| Test Case | Status |
|
|
|-----------|--------|
|
|
| Initialization Step | ❌ FAIL |
|
|
|
|
---
|
|
|
|
## Failures
|
|
|
|
### `Initialization Step`
|
|
|
|
**Reason:** Master, the test runner encountered a fatal error.
|
|
|
|
**Error:**
|
|
```
|
|
file:///home/runner/work/transpiler/transpiler/transpiler.js:2
|
|
import grammar from './grammar.js';
|
|
^^^^^^^
|
|
SyntaxError: The requested module './grammar.js' does not provide an export named 'default'
|
|
at ModuleJob._instantiate (node:internal/modules/esm/module_job:213:21)
|
|
at async ModuleJob.run (node:internal/modules/esm/module_job:320:5)
|
|
at async ModuleLoader.import (node:internal/modules/esm/loader:606:24)
|
|
at async run (file:///home/runner/work/transpiler/transpiler/test_runner.js:72:23)
|
|
```
|
|
|
|
---
|
|
|