Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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:

Global Constants, Functions and Classes

Operators

Statements, Keywords and Directives

Translation implemented (where needed) using Google Closure annotations:

Annotating JavaScript for the Closure Compiler

and as few as possible methods from the Google Closure Library:

Google Closure LibraryGeneral info