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