Skip to content

v4.0.0

Choose a tag to compare

@biesbjerg biesbjerg released this 16 Sep 14:42
· 80 commits to master since this release
  • (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'