regjsparser
Advanced tools
Comparing version
{ | ||
"name": "regjsparser", | ||
"version": "0.11.2", | ||
"version": "0.12.0", | ||
"author": "'Julian Viereck' <julian.viereck@gmail.com>", | ||
@@ -18,5 +18,8 @@ "license": "BSD-2-Clause", | ||
"lint": "eslint --max-warnings 0 .", | ||
"test": "run-p test:* && npm run lint", | ||
"test": "run-p test:* lint", | ||
"test:src": "node test/index.js", | ||
"test:types": "tsc test/types.ts --noEmit" | ||
"test:types": "tsc test/types.ts --noEmit", | ||
"bench:baseline": "node ./tools/bench/index.mjs baseline", | ||
"bench:current": "node ./tools/bench/index.mjs current", | ||
"bench": "run-s bench:*" | ||
}, | ||
@@ -40,4 +43,6 @@ "files": [ | ||
"regenerate": "~1.0.1", | ||
"regjsparser": "^0.11.2", | ||
"tinybench": "^2.9.0", | ||
"typescript": "^4.5.2" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
73459
3.74%1853
6.62%9
28.57%