Skip to content

Commit

Permalink
Migrate to peggy from pegjs
Browse files Browse the repository at this point in the history
  • Loading branch information
wylieconlon committed Apr 21, 2021
1 parent 1fb0090 commit 7080db5
Show file tree
Hide file tree
Showing 16 changed files with 3,133 additions and 3,439 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@
"p-retry": "^4.2.0",
"papaparse": "^5.2.0",
"pdfmake": "^0.1.65",
"pegjs": "0.10.0",
"peggy": "^1.0.0",
"pluralize": "3.1.0",
"pngjs": "^3.4.0",
"polished": "^1.9.2",
Expand Down Expand Up @@ -573,7 +573,6 @@
"@types/papaparse": "^5.0.3",
"@types/parse-link-header": "^1.0.0",
"@types/pdfmake": "^0.1.15",
"@types/pegjs": "^0.10.1",
"@types/pngjs": "^3.4.0",
"@types/prettier": "^2.1.5",
"@types/pretty-ms": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/kbn-interpreter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "1.0.0",
"license": "SSPL-1.0 OR Elastic License 2.0",
"scripts": {
"interpreter:peg": "../../node_modules/.bin/pegjs src/common/lib/grammar.peg",
"interpreter:peg": "../../node_modules/.bin/peggy src/common/lib/grammar.peggy",
"build": "node scripts/build",
"kbn:bootstrap": "node scripts/build --dev",
"kbn:watch": "node scripts/build --dev --watch"
Expand Down
Loading

0 comments on commit 7080db5

Please sign in to comment.