You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

In order to facilitate the development of the various (cross-) compiler projects (currently: FalconJS and FalconJx) we need a comprehensive overview of ActionScript language features and the available options/solutions for translating these to Javascript.


The Full Table shows ALL AS3 language features, as documented in these references:

Translation implemented (where needed) using Google Closure annotations (JSDoc style):

and as few as possible methods from the Google Closure Library (goog.*):


The AS language features DON'T have a one-to-one translation to JS are listed separately on these pages:

  • No labels