mirror of
https://activitypub.software/TransFem-org/sfm-js
synced 2024-12-03 03:07:29 +00:00
enable the parsing result caching
This commit is contained in:
parent
813ab356ed
commit
f9d9ded466
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "npm run tsc && npm run peg",
|
"build": "npm run tsc && npm run peg",
|
||||||
"build-debug": "npm run tsc && npm run peg-debug",
|
"build-debug": "npm run tsc && npm run peg-debug",
|
||||||
"peg": "peggy -o built/parser.js --allowed-start-rules fullParser,inlineParser,plainParser src/parser.pegjs",
|
"peg": "peggy --cache -o built/parser.js --allowed-start-rules fullParser,inlineParser,plainParser src/parser.pegjs",
|
||||||
"peg-debug": "peggy -o built/parser.js --allowed-start-rules fullParser,inlineParser,plainParser --trace src/parser.pegjs",
|
"peg-debug": "peggy --cache -o built/parser.js --allowed-start-rules fullParser,inlineParser,plainParser --trace src/parser.pegjs",
|
||||||
"tsc": "tsc",
|
"tsc": "tsc",
|
||||||
"tsd": "tsd",
|
"tsd": "tsd",
|
||||||
"parse": "node ./built/cli/parse",
|
"parse": "node ./built/cli/parse",
|
||||||
|
|
Loading…
Reference in a new issue