BowlerHatLLC / dts2as

Convert TypeScript definitions (d.ts files) into ActionScript classes and interfaces for use as external libraries with Apache FlexJS
https://www.npmjs.com/package/dts2as
Apache License 2.0
39 stars 4 forks source link

asjsc warns about missing classes that appear in lib.d.ts but not in externs #5

Open joshtynjala opened 8 years ago

joshtynjala commented 8 years ago

The results of dts2as 0.7 no longer result in a compiler error because this version now builds the lib.d.ts into a SWC before compiling the outSWC. However, Google Closure compiler now displays a warning for missing classes. Changed name of this issue to reflect the new situation, but I have no plans to fix anything since it doesn't seem to break. The externs in Apache FlexJS should eventually be updated.