rubenv / angular-gettext-tools

Tools for extracting/compiling angular-gettext strings.
http://angular-gettext.rocketeer.be/
MIT License
39 stars 129 forks source link

Replace `espree` for `babylon` parser #160

Closed zdychacek closed 8 years ago

zdychacek commented 8 years ago

This PR replaces espree parser for babylon in order to support ES.next syntax supported by Babel transpiler.

rubenv commented 8 years ago

Makes sense, thanks!

rubenv commented 8 years ago

Released as v2.3.0. This is a minor version bump to make sure we don't accidentally break things.

Also released a new version of the grunt plugin.