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,10 +1,12 @@
|
||||
{
|
||||
"sourceType": "module",
|
||||
"plugins": [
|
||||
"external-helpers",
|
||||
["transform-modules-amd", {
|
||||
"moduleIds": true,
|
||||
"moduleId": "my custom module name"
|
||||
}]
|
||||
[
|
||||
"transform-modules-amd",
|
||||
{
|
||||
"moduleIds": true,
|
||||
"moduleId": "my custom module name"
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,7 +1,4 @@
|
||||
{
|
||||
"sourceType": "module",
|
||||
"plugins": [
|
||||
"external-helpers",
|
||||
["transform-modules-amd", { "moduleIds": true }]
|
||||
]
|
||||
"plugins": [["transform-modules-amd", { "moduleIds": true }]]
|
||||
}
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
{
|
||||
"plugins": [
|
||||
"external-helpers",
|
||||
["transform-modules-amd", { "noInterop": true }]
|
||||
]
|
||||
"plugins": [["transform-modules-amd", { "noInterop": true }]]
|
||||
}
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
{
|
||||
"plugins": [
|
||||
"external-helpers",
|
||||
["transform-modules-amd", { "noInterop": true }]
|
||||
]
|
||||
"plugins": [["transform-modules-amd", { "noInterop": true }]]
|
||||
}
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"plugins": ["external-helpers", "transform-modules-amd"]
|
||||
"plugins": ["transform-modules-amd"]
|
||||
}
|
||||
|
||||
@@ -2,5 +2,5 @@
|
||||
"assumptions": {
|
||||
"constantReexports": true
|
||||
},
|
||||
"plugins": ["external-helpers", "transform-modules-amd"]
|
||||
"plugins": ["transform-modules-amd"]
|
||||
}
|
||||
|
||||
@@ -2,5 +2,5 @@
|
||||
"assumptions": {
|
||||
"enumerableModuleMeta": true
|
||||
},
|
||||
"plugins": ["external-helpers", "transform-modules-amd"]
|
||||
"plugins": ["transform-modules-amd"]
|
||||
}
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
{
|
||||
"plugins": [
|
||||
"external-helpers",
|
||||
["transform-modules-amd", { "loose": true }],
|
||||
"syntax-module-string-names"
|
||||
]
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
{
|
||||
"plugins": [
|
||||
"external-helpers",
|
||||
"transform-modules-amd",
|
||||
"syntax-module-string-names"
|
||||
]
|
||||
"plugins": ["transform-modules-amd", "syntax-module-string-names"]
|
||||
}
|
||||
|
||||
@@ -2,5 +2,5 @@
|
||||
"sourceType": "module",
|
||||
"moduleIds": true,
|
||||
"moduleId": "my custom module name",
|
||||
"plugins": ["external-helpers", ["transform-modules-amd", { "loose": true }]]
|
||||
"plugins": [["transform-modules-amd", { "loose": true }]]
|
||||
}
|
||||
|
||||
@@ -1,11 +1,13 @@
|
||||
{
|
||||
"sourceType": "module",
|
||||
"plugins": [
|
||||
"external-helpers",
|
||||
["transform-modules-amd", {
|
||||
"loose": true,
|
||||
"moduleIds": true,
|
||||
"moduleId": "my custom module name"
|
||||
}]
|
||||
[
|
||||
"transform-modules-amd",
|
||||
{
|
||||
"loose": true,
|
||||
"moduleIds": true,
|
||||
"moduleId": "my custom module name"
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"sourceType": "module",
|
||||
"moduleIds": true,
|
||||
"plugins": ["external-helpers", ["transform-modules-amd", { "loose": true }]]
|
||||
"plugins": [["transform-modules-amd", { "loose": true }]]
|
||||
}
|
||||
|
||||
@@ -1,10 +1,12 @@
|
||||
{
|
||||
"sourceType": "module",
|
||||
"plugins": [
|
||||
"external-helpers",
|
||||
["transform-modules-amd", {
|
||||
"loose": true,
|
||||
"moduleIds": true
|
||||
}]
|
||||
[
|
||||
"transform-modules-amd",
|
||||
{
|
||||
"loose": true,
|
||||
"moduleIds": true
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
{
|
||||
"plugins": [
|
||||
"external-helpers",
|
||||
[
|
||||
"transform-modules-amd",
|
||||
{
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
{
|
||||
"plugins": [
|
||||
"external-helpers",
|
||||
[
|
||||
"transform-modules-amd",
|
||||
{
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"plugins": ["external-helpers", ["transform-modules-amd", { "loose": true }]]
|
||||
"plugins": [["transform-modules-amd", { "loose": true }]]
|
||||
}
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
{
|
||||
"plugins": [
|
||||
"external-helpers",
|
||||
"transform-modules-amd",
|
||||
"transform-member-expression-literals"
|
||||
]
|
||||
"plugins": ["transform-modules-amd", "transform-member-expression-literals"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user