We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3963567 commit 588adeaCopy full SHA for 588adea
package.json
@@ -5,6 +5,7 @@
5
"main": "src/index.js",
6
"scripts": {
7
"peg:compile:format1": "pegjs src/grammar/format1.pegjs",
8
+ "peg:compile:format1:oneline": "node bin/compile.format1.oneline.js",
9
"peg:compile:format2": "pegjs src/grammar/format2.pegjs",
10
"test": "mocha test/*",
11
"test:coverage": "nyc --reporter=text --reporter=html npm run test"
0 commit comments