build: update parser lib

This commit is contained in:
xiaowei 2020-09-11 18:47:53 +08:00
parent f85163892a
commit be863e1acb
3 changed files with 108476 additions and 3 deletions

View File

@ -18,7 +18,7 @@
"build": "npm test && rm -rf dist && tsc", "build": "npm test && rm -rf dist && tsc",
"eslint": "eslint ./src/**/*.ts", "eslint": "eslint ./src/**/*.ts",
"check-types": "tsc --skipLibCheck", "check-types": "tsc --skipLibCheck",
"test": "jest" "test": "jest --coverage"
}, },
"author": "dt-insight-front", "author": "dt-insight-front",
"license": "ISC", "license": "ISC",

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
{ {
"compilerOptions": { "compilerOptions": {
"outDir": "./lib/", "outDir": "./dist/",
"sourceMap": false, "sourceMap": false,
"allowJs":true, "allowJs":true,
"target": "es6", "target": "es6",