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
Files
91362f80b12fe214e83b286d90f5cedab4e1f9cb
babel
/
lib
/
6to5
/
transformation
/
transformers
History
Ingvar Stepanyan
91362f80b1
Clean up transformations after
#714
.
...
Since now we have runtime helper, we don't need expression -> statement conversions anymore.
2015-02-08 10:40:03 +02:00
..
es3
change namespace of minification.propertyLiterals and minifciation.memberExpressionLiterals to es3
2015-02-06 22:42:16 +11:00
es5
i made the javascripts faster with a transformer prepass to check what transformers actually have to be ran
2015-02-04 12:56:34 +11:00
es6
Clean up transformations after
#714
.
2015-02-08 10:40:03 +02:00
es7
remove context arg in favor of
this
, rename TraversalIteration to TraversalPath, and remove ast handlers
2015-02-06 01:47:43 +11:00
internal
remove context arg in favor of
this
, rename TraversalIteration to TraversalPath, and remove ast handlers
2015-02-06 01:47:43 +11:00
minification
fix linting errors
2015-02-06 23:06:54 +11:00
other
move reactCompat option onto an optional transformer
2015-02-07 15:59:00 +11:00
playground
remove context arg in favor of
this
, rename TraversalIteration to TraversalPath, and remove ast handlers
2015-02-06 01:47:43 +11:00
spec
add checkNode to block scoped functions transformer
2015-02-08 14:34:10 +11:00
validation
add additional checks to transformers
2015-02-08 09:31:19 +11:00
deprecated.json
change namespace of minification.propertyLiterals and minifciation.memberExpressionLiterals to es3
2015-02-06 22:42:16 +11:00
index.js
move destructuring and parameters.rest transformer to above blockScoping
2015-02-08 14:34:34 +11:00