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

dts2as 0.9.0

Compare
Choose a tag to compare
@joshtynjala joshtynjala released this 01 Apr 00:10
· 79 commits to master since this release
  • Fixed compiler error caused by imports not being resolved in sub-modules.
  • Fixed compiler error caused by certain types being output as internal when they should be public.
  • Fixed compiler error caused by duplicate members in an interface that extends another interface. TypeScript allows overloads, but ActionScript does not.
  • Disables warnings building SWC to make it easier to report real compiler errors as bugs in dts2as.