mirror of
https://github.com/hi-language/transpiler.git
synced 2026-01-13 16:18:04 +00:00
Fix: Generate CommonJS parser to align with grammar
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user