ngx-translate-extract/tests
Kim Biesbjerg 4fe3c43624 - (chore) update packages
- (refactor) use tsquery for querying AST
- (feat) autodetect usage of marker function and remove --marker cli argument
- (bugfix) extract strings when TranslateService is declared directly as a class parameter. Closes https://github.com/biesbjerg/ngx-translate-extract/issues/83
- (bugfix) handle split strings: marker('hello ' + 'world') is now extracted as a single string: 'hello world'
2019-09-16 16:40:37 +02:00
..
compilers (bugfix) order of keys was not preserved when using namespaced-json format. Closes #131 2019-08-02 13:34:18 +02:00
parsers - (chore) update packages 2019-09-16 16:40:37 +02:00
post-processors (refactor) get rid of AbstractTemplateParser 2019-06-12 11:50:23 +02:00
utils - (feat) add concept of post processors 2019-06-11 23:06:47 +02:00