File tree Expand file tree Collapse file tree 3 files changed +5
-15
lines changed
packages/typescript-estree Expand file tree Collapse file tree 3 files changed +5
-15
lines changed Original file line number Diff line number Diff line change 52
52
},
53
53
"devDependencies" : {
54
54
"@babel/code-frame" : " ^7.10.4" ,
55
- "@babel/parser" : " ^7.12.5 " ,
55
+ "@babel/parser" : " ^7.12.7 " ,
56
56
"@babel/types" : " ^7.12.6" ,
57
57
"@types/babel__code-frame" : " ^7.0.2" ,
58
58
"@types/debug" : " *" ,
Original file line number Diff line number Diff line change @@ -256,16 +256,6 @@ export function preprocessBabylonAST(ast: BabelTypes.File): any {
256
256
node . optional = false ;
257
257
}
258
258
} ,
259
- /**
260
- * TS 3.7: type assertion function
261
- * babel: sets asserts property as true/undefined
262
- * ts-estree: sets asserts property as true/false
263
- */
264
- TSTypePredicate ( node ) {
265
- if ( ! node . asserts ) {
266
- node . asserts = false ;
267
- }
268
- } ,
269
259
} ,
270
260
) ;
271
261
}
Original file line number Diff line number Diff line change 148
148
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.11.4.tgz#6fa1a118b8b0d80d0267b719213dc947e88cc0ca"
149
149
integrity sha512-MggwidiH+E9j5Sh8pbrX5sJvMcsqS5o+7iB42M9/k0CD63MjYbdP4nhSh7uB5wnv2/RVzTZFTxzF/kIa5mrCqA==
150
150
151
- " @babel/parser@^7.12.5 " :
152
- version "7.12.5 "
153
- resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.5 .tgz#b4af32ddd473c0bfa643bd7ff0728b8e71b81ea0 "
154
- integrity sha512-FVM6RZQ0mn2KCf1VUED7KepYeUWoVShczewOCfm3nzoBybaih51h+sYVVGthW9M6lPByEPTQf+xm27PBdlpwmQ ==
151
+ " @babel/parser@^7.12.7 " :
152
+ version "7.12.7 "
153
+ resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.7 .tgz#fee7b39fe809d0e73e5b25eecaf5780ef3d73056 "
154
+ integrity sha512-oWR02Ubp4xTLCAqPRiNIuMVgNO5Aif/xpXtabhzW2HWUD47XJsAB4Zd/Rg30+XeQA3juXigV7hlquOTmwqLiwg ==
155
155
156
156
" @babel/plugin-syntax-async-generators@^7.8.4 " :
157
157
version "7.8.4"
You can’t perform that action at this time.
0 commit comments