build: update parser lib
This commit is contained in:
parent
f85163892a
commit
be863e1acb
@ -18,7 +18,7 @@
|
||||
"build": "npm test && rm -rf dist && tsc",
|
||||
"eslint": "eslint ./src/**/*.ts",
|
||||
"check-types": "tsc --skipLibCheck",
|
||||
"test": "jest"
|
||||
"test": "jest --coverage"
|
||||
},
|
||||
"author": "dt-insight-front",
|
||||
"license": "ISC",
|
||||
|
108475
src/lib/plsql/PlSqlParser.js
108475
src/lib/plsql/PlSqlParser.js
File diff suppressed because one or more lines are too long
@ -1,6 +1,6 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"outDir": "./lib/",
|
||||
"outDir": "./dist/",
|
||||
"sourceMap": false,
|
||||
"allowJs":true,
|
||||
"target": "es6",
|
||||
|
Loading…
Reference in New Issue
Block a user