mirror of
https://github.com/hi-language/transpiler.git
synced 2026-01-13 16:18:04 +00:00
Refactor: Update import path for transpiler
This commit is contained in:
@@ -80,7 +80,7 @@ function generateMarkdownReport(results) {
|
|||||||
|
|
||||||
async function run() {
|
async function run() {
|
||||||
// Dynamic import allows us to catch module-level errors.
|
// 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 testFiles = readdirSync(srcDir).filter(file => file.endsWith('.hi'));
|
||||||
const results = [];
|
const results = [];
|
||||||
|
|||||||
Reference in New Issue
Block a user