Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

1.0.0-beta

Compare
Choose a tag to compare
@matanlurey matanlurey released this 05 Jan 01:25
· 243 commits to master since this release

1.0.0-beta

  • Add support for async, sync, sync* functions
  • Add support for expression asAwait, asYield, asYieldStar
  • Add toExportBuilder and toImportBuilder to types and references
  • Fix an import scoping bug in return statements and named constructor invocations.
  • Added constructor initializer support
  • Add while and do {} while loop support
  • Add for and for-in support
  • Added a name getter for ParameterBuilder