Skip to content

Commit

Permalink
fix(all): Improved ESTree compat
Browse files Browse the repository at this point in the history
  • Loading branch information
KFlash committed May 23, 2019
1 parent 68175f6 commit 4192641
Show file tree
Hide file tree
Showing 45 changed files with 1,467 additions and 1,739 deletions.
190 changes: 95 additions & 95 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meriyah",
"version": "0.1.9",
"version": "0.1.11",
"description": "Fast and lightweight, standard-compliant javascript parser written in ECMAScript",
"main": "dist/meriyah.umd.js",
"module": "dist/meriyah.esm.js",
Expand Down Expand Up @@ -63,27 +63,27 @@
},
"devDependencies": {
"@types/mocha": "^5.2.6",
"@types/node": "^12.0.0",
"@types/node": "^12.0.2",
"coveralls": "^3.0.3",
"cross-env": "^5.2.0",
"husky": "^2.2.0",
"husky": "^2.3.0",
"mocha": "^6.1.4",
"nyc": "^14.1.0",
"nyc": "^14.1.1",
"path": "^0.12.7",
"prettier": "^1.17.0",
"prettier": "^1.17.1",
"rimraf": "^2.6.3",
"rollup": "^1.11.3",
"rollup": "^1.12.3",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-terser": "^4.0.4",
"rollup-plugin-typescript2": "^0.21.0",
"rollup-plugin-terser": "^5.0.0",
"rollup-plugin-typescript2": "^0.21.1",
"source-map-support": "^0.5.12",
"test262-parser-tests": "0.0.5",
"ts-node": "^8.1.0",
"tsconfig-paths": "^3.8.0",
"tslint": "^5.16.0",
"tslint-microsoft-contrib": "^6.1.1",
"typescript": "^3.4.5",
"unexpected": "^11.4.1",
"unexpected": "^11.6.0",
"unicode-12.0.0": "^0.8.0"
},
"husky": {
Expand Down
Loading

0 comments on commit 4192641

Please sign in to comment.