dts2as
dts2as copied to clipboard
Convert TypeScript definitions (d.ts files) into ActionScript classes and interfaces for use as external libraries with Apache FlexJS
I think there's something like path.resolve() that will change to full path.
SWC will not build: Following the exact same steps as the dts2as example here, and using the exact same ts-d file : http://nextgenactionscript.com/tutorials/dts2as-typescript-definitions-with-actionscript/ This results in the following error: G:\rs\typescript\pixi>dts2as...
TypeScript interfaces are looser than ActionScript interfaces because they allow any object to be passed to function parameters or properties as long as it has the required members. The object's...