File tree Expand file tree Collapse file tree 4 files changed +1616
-2301
lines changed
Expand file tree Collapse file tree 4 files changed +1616
-2301
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,6 @@ module.exports = {
1717 'json' ,
1818 ] ,
1919 moduleNameMapper : {
20- '^assets/(.*)$' : '<rootDir>/assets/libs.d.ts ' ,
20+ '^assets/(.*)$' : '<rootDir>/assets/$1 ' ,
2121 } ,
2222} ;
Original file line number Diff line number Diff line change 2525 },
2626 "devDependencies" : {
2727 "@types/antlr4" : " ~4.7.2" ,
28- "@types/jest" : " ^25 .0.0" ,
28+ "@types/jest" : " ^30 .0.0" ,
2929 "@types/lodash" : " ^4.14.166" ,
30- "jest" : " ^25 .0.0" ,
30+ "jest" : " ^30 .0.0" ,
3131 "npm-run-all" : " ^4.1.5" ,
3232 "shx" : " ^0.4.0" ,
33- "ts-jest" : " ^25 .0.0" ,
33+ "ts-jest" : " ^29 .0.0" ,
3434 "tsc-alias" : " ^1.8.16" ,
3535 "typescript" : " ^5.0.0" ,
3636 "vscode-languageserver-protocol" : " ^3.15.3" ,
Original file line number Diff line number Diff line change 11import simpleFormatter from '../format/simpleFormatter' ;
2+
23//@ts -ignore
34import { initParser } from './support' ;
4-
5+ //
56import mysqlParser from 'assets/mysql' ;
67import { IStatement , OBParser } from '../type' ;
78import SQLSplit from '../split' ;
You can’t perform that action at this time.
0 commit comments