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
/
comments
/
basic
/
function-trailing-comma-shorthand
/
actual.js
aardito2
557696da3a
Fixed disappearing comments following a trailing comma on the last property of an object literal or the last argument of a call expression (
#478
)
2017-05-22 17:02:02 -04:00
2 lines
29 B
JavaScript
Raw
Blame
History
fn
(
a
,
{
b
}
,
/* comment */
)
;
Reference in New Issue
View Git Blame
Copy Permalink