File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -11,5 +11,6 @@ module.exports = {
11
11
[ '@babel/plugin-proposal-decorators' , { version : '2023-11' } ] ,
12
12
'@babel/plugin-transform-class-properties' ,
13
13
'@babel/plugin-proposal-explicit-resource-management' ,
14
+ '@babel/plugin-transform-private-methods' ,
14
15
] ,
15
16
} ;
Original file line number Diff line number Diff line change 32
32
"@babel/plugin-proposal-explicit-resource-management" : " 7.25.9" ,
33
33
"@babel/plugin-transform-class-properties" : " 7.25.9" ,
34
34
"@babel/plugin-transform-class-static-block" : " 7.26.0" ,
35
+ "@babel/plugin-transform-private-methods" : " ^7.25.9" ,
35
36
"@babel/preset-env" : " 7.26.9" ,
36
37
"@babel/preset-typescript" : " 7.27.0" ,
37
38
"@changesets/changelog-github" : " ^0.5.0" ,
Original file line number Diff line number Diff line change @@ -13550,6 +13550,7 @@ __metadata:
13550
13550
"@babel/plugin-proposal-explicit-resource-management": "npm:7.25.9"
13551
13551
"@babel/plugin-transform-class-properties": "npm:7.25.9"
13552
13552
"@babel/plugin-transform-class-static-block": "npm:7.26.0"
13553
+ "@babel/plugin-transform-private-methods": "npm:^7.25.9"
13553
13554
"@babel/preset-env": "npm:7.26.9"
13554
13555
"@babel/preset-typescript": "npm:7.27.0"
13555
13556
"@changesets/changelog-github": "npm:^0.5.0"
You can’t perform that action at this time.
0 commit comments