Skip to content

v0.6.3

Latest
Compare
Choose a tag to compare
@GoogleFeud GoogleFeud released this 10 Dec 18:46

Additions

  • Markers are now removed from typescript declaration files. For this to work, you must set the afterDeclarations plugin option to true. Important: If you set this option to true, then your normal .ts files won't get transformed, so you'll have to add this transformer twice, once with afterDeclarations set to true, and once set to false.

Bug fixes

  • Negative numbers get generated correctly (#68)
  • Support for special characters in property names (#63)

Changes

  • Support for typescript 5.7.x