Skip to content

tokentree v1.0.29

Compare
Choose a tag to compare
@AlexHaxe AlexHaxe released this 01 Nov 12:12
· 42 commits to master since this release
a4cd9e6
  • Added TokenTreeDef (#191)
  • Added support for abstract classes / interfaces (#195)
  • Added hasTempStore function (#199)
  • Fixed negative const / Binop(OpSub) detection (#189)
  • Fixed final with multiple vars (#191)
  • Fixed is operator (#194)
  • Fixed semicolon with multiple binops (#197 + #198)
  • Fixed Dollar handling (#199)
  • Fixed expression handling after BkClose (#199)
  • Fixed expression handling after BrClose (#199)
  • Fixed POpen type detection (#199)
  • Fixed new handling (#199)
  • Fixed sharp handling for function type hint (#199)
  • Fixed macro complextype (#199)
  • Fixed array access on new (#199)
  • Fixed arrow functions (#199)
  • Refactored enums to use CamelCase (#191)
  • Refactored to reduce usage of Type.enumEq (#195 + #196)
  • Removed is operator (#195)