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-object-rest
/
actual.js
Artem Yavorsky
c82b084927
Fix object rest params for exports.
2017-03-19 00:32:27 +02:00
2 lines
35 B
JavaScript
Raw
Blame
History
export
const
{
foo
,
...
bar
}
=
{
}
;
Reference in New Issue
View Git Blame
Copy Permalink