Commit Graph

16 Commits

Author SHA1 Message Date
Kim Biesbjerg
deb6b2373b Remove noUnusedLocals since they are removed by prettier on commit anyway 2020-04-16 09:06:40 +02:00
Kim Biesbjerg
f157025f0a Require node >=v11.5.0 and make sure npm install fails if requirement is not met 2020-03-25 12:28:20 +01:00
Kim Biesbjerg
72b4fb0545 (chore) clean up tsconfig 2020-03-08 10:26:47 +01:00
Jens Habegger
a17ad9c373
Parse Pipes with Angular Compiler AST, enable ternary operator parsing (#159)
(feature) Use AST-based approach to translate pipe parsing. Also enables parsing translate pipes from any position in a pipe chain. Fixes #111, Fixes #154. (Thanks @TekSiDoT)
2020-03-08 09:54:44 +01:00
Kim Biesbjerg
9887f9d6ab update tsconfig 2019-09-19 15:24:00 +02:00
Kim Biesbjerg
608c4e8e22 cleanup 2019-09-19 15:22:39 +02:00
Kim Biesbjerg
8c8fe8d131 make ts compiler options more strict 2019-09-18 13:36:08 +02:00
Kim Biesbjerg
4d3a3529b8 add typeRoots 2019-09-16 20:38:23 +02:00
Kim Biesbjerg
24ebd8f428 (bugfix) extract strings encapsulated with backticks. Closes #139 2019-08-26 12:29:52 +02:00
Kim Biesbjerg
141eaca7b1 change target to es6 2019-06-11 12:27:58 +02:00
Kim Biesbjerg
7942e8b8ed Transpile to es5 to support older node versions 2016-12-20 15:17:37 +01:00
Kim Biesbjerg
6b2059b23e Move cli code to Typescript 2016-12-10 03:29:03 +01:00
Kim Biesbjerg
51d69c7fc3 Bump version 2016-12-08 16:10:12 +01:00
Kim Biesbjerg
691d89184e Add tslint 2016-12-07 06:19:10 +01:00
Kim Biesbjerg
eac24905de Clean up tsconfig 2016-12-04 22:52:10 +01:00
Kim Biesbjerg
b5e1125efb Initial commit 2016-12-03 15:09:39 +01:00