v4.0.0
- (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 #83
- (bugfix) handle split strings: marker('hello ' + 'world') is now extracted as a single string: 'hello world'