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
History
Sebastian McKenzie
cbcad22d81
update default parameters transformer to use
var a = arguments[0] === undefined ? 1 : arguments[0];
instead of
if (a === undefined) a = 1;
2015-01-04 08:35:14 +11:00
..
bin
fix up tests to work with the new method binding operator
2014-12-13 12:40:43 +11:00
browserify
fix code styling
#370
2015-01-03 07:35:45 +11:00
generation
fix generation tests with parenthesized expressions and trailing comments
2015-01-02 02:59:53 +11:00
transformation
update default parameters transformer to use
var a = arguments[0] === undefined ? 1 : arguments[0];
instead of
if (a === undefined) a = 1;
2015-01-04 08:35:14 +11:00