Add "allowArrayLike" opt to destructuring and spread transforms (#11265)
This commit is contained in:
1
packages/babel-plugin-transform-spread/test/fixtures/allowArrayLike/simple/input.js
vendored
Normal file
1
packages/babel-plugin-transform-spread/test/fixtures/allowArrayLike/simple/input.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
var arr = ["a", ...p2, "e"];
|
||||
Reference in New Issue
Block a user