Add "allowArrayLike" opt to destructuring and spread transforms (#11265)
This commit is contained in:
6
packages/babel-plugin-transform-spread/test/fixtures/allowArrayLike/simple/options.json
vendored
Normal file
6
packages/babel-plugin-transform-spread/test/fixtures/allowArrayLike/simple/options.json
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"plugins": [
|
||||
["external-helpers", { "helperVersion": "7.100.0" }],
|
||||
["transform-spread", { "allowArrayLike": true }]
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user