This website requires JavaScript.
Explore
Help
Sign In
cerxes
/
babel
Watch
3
Star
0
Fork
0
You've already forked babel
Code
Issues
Pull Requests
Releases
Wiki
Activity
babel
/
packages
/
babel-plugin-transform-es2015-modules-commonjs
/
test
/
fixtures
/
strict
/
export-const-destructuring-array
/
actual.js
Artem Yavorsky
06f67e1ad3
Consider default parameters for array pattern.
2017-03-18 15:42:39 +02:00
2 lines
35 B
JavaScript
Raw
Blame
History
export
const
[
foo
,
bar
=
2
]
=
[
1
]
;
Reference in New Issue
View Git Blame
Copy Permalink