Echo JS 0.11.0

<~>
MaxArt 2666 days ago. link parent 2 points
Babel isn't what it used to be, i.e. a tool to transpile code. Now it's a framework that offers the code's AST to plugins for transformations.
It could be transpilation, but extensively it could be as simple as comment removal or minification. So yes, Babel still does *one* thing, but so does every Babel plugin.

Replies