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-destructuring
/
test
/
fixtures
/
destructuring
/
assignment-arrow-function-block
/
input.js
Ruben Verborgh
9308c870f5
Fix destructuring assignment in arrow functions. (
#8916
)
...
Fixes 8912.
2018-11-25 19:29:58 +01:00
2 lines
26 B
JavaScript
Raw
Blame
History
(
)
=>
{
[
a
,
b
]
=
[
1
,
2
]
}
Reference in New Issue
View Git Blame
Copy Permalink