This repository has been archived by the owner on Nov 9, 2017. It is now read-only.
dts2as 0.9.0
- 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.