Skip to content

16.0.0

Compare
Choose a tag to compare
@dsherret dsherret released this 03 Sep 01:48
· 54 commits to latest since this release

Features

BREAKING CHANGES

  • Upgraded to TS 4.8
  • Decorators are now modifiers due to TS 4.8
  • ts.createX functions seem almost completely deprecated in TS 4.8, so make sure to update your code to use the traversal.context.createX functions instead
  • Type#isArray() returns true for readonly arrays