Skip to content

0.2.2

Latest
Compare
Choose a tag to compare
@typhonrt typhonrt released this 20 Jan 17:16
c6e17ef

Release 0.2.2

  • Added a TS AST transformer to support import types in @implements JSDoc tags. This allows you to reference
    an interface from a class and have it properly converted to implements <INTERFACE> in the declarations generated.
  • Added transformer "meta-transformer" to reduce the boilerplate of creating custom TS AST transformers.