Package Exports
- as3-to-typescript
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (as3-to-typescript) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
#as3-to-typescript
A tool that helps porting as3 codebase to typescript
##Installation
Install this module with npm:
npm install -g as3-to-typescript##Usage
as3-to-typescript <sourceDir> <outputDir>##Note
This tool will not magicly transform your as3 codebase into perfectly typescript, the goal is to transform the sources into syntacticly correct typescript, and even this goal is not perfectly respected. It also won't try to provide javascript implementation for flash libraries.
However unlike most attempt that I have seen this tool is based on a true action script parser, and so should be able to handle most of as3 construct and greatly ease the pain of porting a large code base writtne in as3 to typescript.