Renamed files
This commit is contained in:
committed by
Nicolò Ribaudo
parent
07e69c009b
commit
0f42accb87
3
packages/babel-plugin-transform-destructuring/test/fixtures/destructuring/array/input.js
vendored
Normal file
3
packages/babel-plugin-transform-destructuring/test/fixtures/destructuring/array/input.js
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
var [a, [b], [c]] = ["hello", [", ", "junk"], ["world"]];
|
||||
[a, [b], [c]] = ["hello", [", ", "junk"], ["world"]];
|
||||
;
|
||||
Reference in New Issue
Block a user