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-bugfix-safari-id-destructuring-collision-in-function-expression
/
test
/
fixtures
/
integration
/
helper-function-name
/
output.mjs
Huáng Jùnliàng
833b39112d
fix: early return when param binding is not found (
#13910
)
2021-11-01 15:11:30 -04:00
4 lines
36 B
JavaScript
Raw
Blame
History
var
a
=
function
a
(
[
_a
]
)
{
_a
;
}
;
Reference in New Issue
View Git Blame
Copy Permalink