mirror of
https://github.com/captbaritone/webamp
synced 2024-11-23 00:34:42 +00:00
Add alias to debug the parser
This commit is contained in:
parent
7868ba9681
commit
e18dfc8906
@ -8,7 +8,8 @@
|
||||
"test": "jest -u",
|
||||
"tdd": "jest --watch",
|
||||
"decompile": "cd reference/maki_decompiler_1.1 && perl mdc.pl ../../fixtures/standardframe.maki",
|
||||
"interpret": "node ./cli.js ./fixtures/standardframe.maki"
|
||||
"interpret": "node ./cli.js ./fixtures/standardframe.maki",
|
||||
"debug": "node ./cli.js --inspect-brk ./fixtures/standardframe.maki"
|
||||
},
|
||||
"devDependencies": {
|
||||
"glob": "^7.1.4",
|
||||
|
Loading…
Reference in New Issue
Block a user