mirror of
https://github.com/hi-language/transpiler.git
synced 2026-01-14 08:38:37 +00:00
Refactor: Update import path for transpiler
This commit is contained in:
@@ -80,7 +80,7 @@ function generateMarkdownReport(results) {
|
||||
|
||||
async function run() {
|
||||
// Dynamic import allows us to catch module-level errors.
|
||||
const { hi2js } = await import('./transpiler.js');
|
||||
const { hi2js } = await import('./src/index.js');
|
||||
|
||||
const testFiles = readdirSync(srcDir).filter(file => file.endsWith('.hi'));
|
||||
const results = [];
|
||||
|
||||
Reference in New Issue
Block a user