Skip to content

v3.13.0

Choose a tag to compare

@ajafff ajafff released this 01 Jun 13:57
· 52 commits to master since this release

Features:

  • getAccessKind determines whether an expression is read from, written to or both
  • optimized getPropertyOfType for unambiguous property names to partially work around microsoft/TypeScript#31565

Bugfixes:

  • isReassignmentTarget no longer returns true for DeleteExpression as it doesn't assign a value to the operand