dts2as icon indicating copy to clipboard operation
dts2as copied to clipboard

Convert TypeScript definitions (d.ts files) into ActionScript classes and interfaces for use as external libraries with Apache FlexJS

Results 5 dts2as issues
Sort by recently updated
recently updated
newest added

I think there's something like path.resolve() that will change to full path.

bug

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...

bug

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...

enhancement