From 03b32da9a4b5fd7023fce16665f9eb86a82e5801 Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Fri, 26 Sep 2025 08:22:24 -0700 Subject: [PATCH] Refactor: Update import path for transpiler --- cli.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli.js b/cli.js index b5cb336..3e2431c 100644 --- a/cli.js +++ b/cli.js @@ -2,7 +2,7 @@ import { readFileSync } from 'fs'; import { resolve } from 'path'; -import { hi2js } from './transpiler.js'; +import { hi2js } from './src/index.js'; function main() { const args = process.argv.slice(2);