Files
babel/test/fixtures/transformation/es6-destructuring/empty/actual.js
2014-11-23 16:17:49 +11:00

2 lines
70 B
JavaScript

var [, a, [b], [c], d] = ["foo", "hello", [", ", "junk"], ["world"]];