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

Releases: BowlerHatLLC/dts2as

dts2as 0.6.1

20 Nov 22:10
Compare
Choose a tag to compare
  • Fixed issue where Apache FlexJS compc would not run correctly on Windows when using --outSWC argument.

dts2as 0.6.0

16 Nov 23:31
Compare
Choose a tag to compare
  • Added -outSWC command line argument that allows dts2as to call Apache FlexJS and compile an external SWC file.
  • Added -flexHome command line argument to specify location of Apache FlexJS to override FLEX_HOME environment variable.
  • No longer skips symbol names with conflicting file names on case sensitive file systems. Uses multiple source directories, if needed.
  • -outDir defaults to dts2as_generated to avoid clutter.
  • Emits JavaScript externs for Google Closure Compiler, which is used internally by Apache FlexJS to minify and optimize the generated JavaScript..
  • Fixed issue where TypeScript tuple types were not treated as ActionScript arrays.
  • Fixed issue where static and non-static members with the same name were incorrectly treated as the same member.
  • Sometimes finds a better common base type than Object for function overloads and TypeScript union types, but more work is needed to address all possible situations.
  • Added automated tests.

dts2as 0.5.0

09 Oct 17:43
Compare
Choose a tag to compare

Initial release based on TypeScript 1.6.2