File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 15
15
"onlyRemoveTypeImports" : true
16
16
}
17
17
]
18
- ]
18
+ ],
19
+ "plugins" : [" @babel/plugin-proposal-class-properties" ]
19
20
}
Original file line number Diff line number Diff line change 39
39
"devDependencies" : {
40
40
"@babel/cli" : " ^7.0.0" ,
41
41
"@babel/core" : " ^7.0.0" ,
42
+ "@babel/plugin-proposal-class-properties" : " ^7.0.0" ,
42
43
"@babel/preset-env" : " ^7.0.0" ,
43
44
"@babel/preset-typescript" : " ^7.0.0" ,
44
45
"@typescript-eslint/parser" : " ^4.6.0" ,
Original file line number Diff line number Diff line change @@ -374,7 +374,7 @@ __metadata:
374
374
languageName : node
375
375
linkType : hard
376
376
377
- " @babel/plugin-proposal-class-properties@npm:^7.12.1 " :
377
+ " @babel/plugin-proposal-class-properties@npm:^7.0.0, @babel/plugin-proposal-class-properties@npm:^7. 12.1 " :
378
378
version : 7.12.1
379
379
resolution : " @babel/plugin-proposal-class-properties@npm:7.12.1"
380
380
dependencies :
@@ -2596,6 +2596,7 @@ __metadata:
2596
2596
dependencies :
2597
2597
" @babel/cli " : ^7.0.0
2598
2598
" @babel/core " : ^7.0.0
2599
+ " @babel/plugin-proposal-class-properties " : ^7.0.0
2599
2600
" @babel/preset-env " : ^7.0.0
2600
2601
" @babel/preset-typescript " : ^7.0.0
2601
2602
" @typescript-eslint/parser " : ^4.6.0
You can’t perform that action at this time.
0 commit comments