Skip to content

ts-twg-ast-codegen 0.26.0

Compare
Choose a tag to compare
@TeamworkGuy2 TeamworkGuy2 released this 29 Jun 03:48
· 7 commits to master since this release

Added

  • ExtractAst.extractAllTypes() for extracting all types from a set of classes (includes: 'extends', 'implements', fields, methods)

Changed

  • ExtractAst.extractInheritedTypeNames() renamed extractInheritedTypes() and now returns all levels of inherited types

Removed

  • ExtractAst.extractFieldTypeNames() (see new ExtractAst.extractAllTypes())