angular-gettext-tools icon indicating copy to clipboard operation
angular-gettext-tools copied to clipboard

use typescript parser for parsing js files instead of espree

Open kvantetore opened this issue 10 years ago • 2 comments

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

kvantetore avatar Sep 15 '15 13:09 kvantetore

Would appreciate if you did

nkobber avatar Feb 29 '16 14:02 nkobber

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

Toilal avatar Feb 02 '17 15:02 Toilal