File tree Expand file tree Collapse file tree 3 files changed +2
-10
lines changed
Expand file tree Collapse file tree 3 files changed +2
-10
lines changed Original file line number Diff line number Diff line change 5353 },
5454 "devDependencies" : {
5555 "@babel/code-frame" : " 7.12.13" ,
56- "@babel/core" : " 7.13.14 " ,
56+ "@babel/core" : " 7.14.0 " ,
5757 "@babel/eslint-parser" : " 7.13.14" ,
5858 "@lubien/fixture-beta-package" : " ^1.0.0-beta.1" ,
5959 "@typescript-eslint/parser" : " ^4.21.0" ,
Original file line number Diff line number Diff line change @@ -23,12 +23,8 @@ module.exports = {
2323 allowAwaitOutsideFunction : true ,
2424 plugins : [
2525 'jsx' ,
26- 'classProperties' ,
2726 'doExpressions' ,
28- 'exportDefaultFrom' ,
29- 'classPrivateProperties' ,
30- 'classPrivateMethods' ,
31- 'importMeta'
27+ 'exportDefaultFrom'
3228 ]
3329 }
3430 }
Original file line number Diff line number Diff line change @@ -49,11 +49,7 @@ class Tester {
4949 babelPlugins = [
5050 [ 'estree' , { classFeatures : true } ] ,
5151 'jsx' ,
52- 'classProperties' ,
5352 'exportDefaultFrom' ,
54- 'classPrivateProperties' ,
55- 'classPrivateMethods' ,
56- 'importMeta' ,
5753 ...babelPlugins
5854 ] ;
5955
You can’t perform that action at this time.
0 commit comments