File tree Expand file tree Collapse file tree 2 files changed +252
-330
lines changed Expand file tree Collapse file tree 2 files changed +252
-330
lines changed Original file line number Diff line number Diff line change 73
73
"@babel/plugin-transform-destructuring" : " 7.20.2" ,
74
74
"@babel/plugin-transform-for-of" : " 7.18.8" ,
75
75
"@babel/preset-env" : " 7.13.10" ,
76
- "@babel/register" : " 7.13.8" ,
77
76
"@commitlint/cli" : " 17.2.0" ,
78
77
"@js-library/commitlint-config" : " 0.0.4" ,
79
78
"@list-abstraction/specification" : " 10.0.0" ,
80
- "ava" : " 3.15.0" ,
79
+ "@node-loader/babel" : " 2.0.1" ,
80
+ "ava" : " 4.3.3" ,
81
81
"babel-plugin-transform-remove-console" : " 6.9.4" ,
82
82
"babel-plugin-unassert" : " 3.2.0" ,
83
83
"babel-preset-power-assert" : " 3.0.0" ,
100
100
"files" : [
101
101
" test/src/**/*"
102
102
],
103
+ "nodeArguments" : [
104
+ " --experimental-loader=@node-loader/babel"
105
+ ],
103
106
"require" : [
104
- " regenerator-runtime/runtime" ,
105
- " @babel/register"
107
+ " regenerator-runtime/runtime"
106
108
],
107
109
"timeout" : " 1m"
108
110
},
109
111
"babel" : {
110
112
"sourceMaps" : true ,
111
- "presets" : [
112
- [
113
- " @babel/preset-env" ,
114
- {
115
- "targets" : " current node"
116
- }
117
- ]
118
- ],
119
113
"plugins" : [
120
114
" @babel/plugin-proposal-async-generator-functions" ,
121
115
[
You can’t perform that action at this time.
0 commit comments