ngx-translate-extract/tests/parsers
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
..
directive.parser.spec.ts refactor(directive parser) remove cheerio in favor of angular's own compiler 2019-06-18 15:54:58 +02:00
marker.parser.spec.ts - (chore) update packages 2019-09-16 16:40:37 +02:00
pipe.parser.spec.ts added tests 2019-07-08 14:36:44 +02:00
service.parser.spec.ts - (chore) update packages 2019-09-16 16:40:37 +02:00
utils.spec.ts (test) fix tests 2019-06-13 12:17:04 +02:00