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
/
lib
/
6to5
/
transformation
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
..
modules
rename traverse stop method to skip and add a stop method that actually breaks the current traversal
2015-01-03 20:08:31 +11:00
templates
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
transformers
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
transform.js
add optional protoToAssign transformer
2015-01-04 07:38:36 +11:00
transformer.js
add optional protoToAssign transformer
2015-01-04 07:38:36 +11:00