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 afb3729 commit 5c92f66Copy full SHA for 5c92f66
package.json
@@ -28,10 +28,11 @@
28
},
29
"scripts": {
30
"build": "npx peggy --cache -o ./build/parser.js ./solidity.pegjs",
31
- "compile": " npx peggy -o ./build/imports_parser.js ./imports.pegjs",
+ "compile": "npx peggy -o ./build/imports_parser.js ./imports.pegjs",
32
"ci": "./entrypoint.sh && npx nyc --reporter=lcov npm test && npx codecov",
33
+ "tracer": "./node_modules/.bin/peggy --trace --output parser-trace.js solidity.pegjs",
34
"lint": "npx eslint .",
- "run": "npm run build",
35
+ "run": "npm run build && npm run compile",
36
"test": "npx mocha --timeout 5000 --reporter spec"
37
38
"repository": {
pt.js parser-trace.jspt.js renamed to parser-trace.js
0 commit comments