Enable external-helpers by default in tests (#12911)
Co-authored-by: Huáng Jùnliàng <jlhwung@gmail.com> Co-authored-by: Babel Bot <babel-bot@users.noreply.github.com>
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
{
|
||||
"plugins": [
|
||||
["external-helpers", { "helperVersion": "7.100.0" }],
|
||||
["transform-spread", { "allowArrayLike": true }]
|
||||
]
|
||||
"plugins": [["transform-spread", { "allowArrayLike": true }]]
|
||||
}
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
{
|
||||
"plugins": [
|
||||
["external-helpers", { "helperVersion": "7.100.0" }],
|
||||
["transform-spread", { "allowArrayLike": true }]
|
||||
]
|
||||
"plugins": [["transform-spread", { "allowArrayLike": true }]]
|
||||
}
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
{
|
||||
"plugins": [
|
||||
["external-helpers", { "helperVersion": "7.100.0" }],
|
||||
["transform-spread", { "allowArrayLike": true }]
|
||||
]
|
||||
"plugins": [["transform-spread", { "allowArrayLike": true }]]
|
||||
}
|
||||
|
||||
@@ -1,8 +1,5 @@
|
||||
{
|
||||
"plugins": [
|
||||
["external-helpers", { "helperVersion": "7.100.0" }],
|
||||
"transform-spread"
|
||||
],
|
||||
"plugins": ["transform-spread"],
|
||||
"assumptions": {
|
||||
"arrayLikeIsIterable": true
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"plugins": ["external-helpers", "transform-spread"],
|
||||
"plugins": ["transform-spread"],
|
||||
"assumptions": {
|
||||
"iterableIsArray": true
|
||||
}
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"plugins": ["external-helpers", "transform-spread", "syntax-flow"]
|
||||
"plugins": ["transform-spread", "syntax-flow"]
|
||||
}
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"plugins": ["external-helpers", "transform-spread", "transform-parameters"]
|
||||
"plugins": ["transform-spread", "transform-parameters"]
|
||||
}
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"plugins": ["external-helpers", "transform-spread", "syntax-typescript"]
|
||||
"plugins": ["transform-spread", "syntax-typescript"]
|
||||
}
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
{
|
||||
"plugins": [
|
||||
"external-helpers",
|
||||
"transform-spread",
|
||||
"transform-modules-commonjs"
|
||||
]
|
||||
"plugins": ["transform-spread", "transform-modules-commonjs"]
|
||||
}
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"plugins": ["external-helpers", "transform-spread", "transform-parameters"]
|
||||
"plugins": ["transform-spread", "transform-parameters"]
|
||||
}
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"plugins": ["external-helpers", "transform-spread", "transform-parameters"]
|
||||
"plugins": ["transform-spread", "transform-parameters"]
|
||||
}
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
{
|
||||
"plugins": [
|
||||
["external-helpers", { "helperVersion": "7.100.0" }],
|
||||
"transform-spread",
|
||||
"transform-classes"
|
||||
]
|
||||
"plugins": ["transform-spread", "transform-classes"]
|
||||
}
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
{
|
||||
"plugins": [
|
||||
["external-helpers", { "helperVersion": "7.100.0" }],
|
||||
"transform-classes",
|
||||
"transform-spread"
|
||||
]
|
||||
"plugins": ["transform-classes", "transform-spread"]
|
||||
}
|
||||
|
||||
@@ -1,7 +1,4 @@
|
||||
{
|
||||
"plugins": [
|
||||
["external-helpers", { "helperVersion": "7.100.0" }],
|
||||
"transform-spread"
|
||||
],
|
||||
"plugins": ["transform-spread"],
|
||||
"throws": "It's not possible to compile spread arguments in `super()` without compiling classes."
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user