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:

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

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

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