ga2mer / atom-lebab

Atom package for convert es5 to es6/7 use lebab
https://atom.io/packages/lebab
MIT License
21 stars 1 forks source link

Upgrade to Lebab 2.0 #1

Closed nene closed 8 years ago

nene commented 8 years ago

Lebab 2.0 exposes a different programming API: instead of needing to instantiate Transformer class with object that specifies the transforms, one now simply uses lebab.transform() which takes an array of transform names as configuration.

Lebab 2.0 also adds an additional exponent transform, but I'm not enabling this as it's an ES7 transform.