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
/
test
/
fixtures
/
transformation
/
rest-parameters
/
arrow-functions
/
actual.js
Sebastian McKenzie
6696d5fcf4
fix rest parameters in arrow functions containing wrong arguments reference -
fixes
#11
2014-10-31 11:42:09 +11:00
4 lines
32 B
JavaScript
Raw
Blame
History
var
concat
=
(
...
arrs
)
=>
{
}
;
Reference in New Issue
View Git Blame
Copy Permalink