From b31cd378f7a5b3712599a2616a659f44811dd863 Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Fri, 26 Sep 2025 07:59:56 -0700 Subject: [PATCH] Fix: Generate CommonJS parser to align with grammar --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 276708b..c0a1014 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "hi2js": "./cli.js" }, "scripts": { - "build-parser": "npx nearleyc grammar.ne -o grammar.js --esm", + "build-parser": "npx nearleyc grammar.ne -o grammar.js", "test": "node test_runner.js" }, "dependencies": {