rubenv / angular-gettext-tools

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

use typescript parser for parsing js files instead of espree #111

Open kvantetore opened 9 years ago

kvantetore commented 9 years ago

By using typescript to parse js files we can parse files with typescript or flow type annotations.

I have an implementation in kvantetore/angular-gettext-tools@3130c38e8b9cb2f353db182f26ae7f218b11dd52, that passes all the tests.

It's all tangled up with #105, but I can create a PR if there is any interest

nkobber commented 8 years ago

Would appreciate if you did

Toilal commented 7 years ago

It would be great to bring TypeScript support, as it's more and more common to use it, even with AngularJS (1).