This is an automated email from the ASF dual-hosted git repository.

joshtynjala pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git.


    from 9235fbc  ClosureUtils: fix bindable variables not being detected as 
accessors
     new 0b7fa3d  JSGoogConfiguration: add allow-dynamic-bindings
     new 3046c63  MXMLRoyaleEmitter: created an emitter interface for MXML 
specifiers so that their generated JS output may have different implementations
     new baa3ea4  GenerateRoyaleExports: MXML ids generated by the compiler 
should be exported because they are accessed dynamically by MXMLDataInterpreter 
(and bindings)

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../javascript/jscomp/GenerateRoyaleExports.java   |  16 ++
 .../compiler/codegen/mxml/js/IMXMLJSEmitter.java   |  13 +-
 .../royale/JSRoyaleBasicMXMLDescriptorEmitter.java | 312 +++++++++++++++++++++
 .../JSSubEmitter.java => mxml/MXMLSubEmitter.java} |  24 +-
 .../mxml/royale/MXMLDescriptorSpecifier.java       | 282 -------------------
 .../codegen/mxml/royale/MXMLEventSpecifier.java    |  18 +-
 .../codegen/mxml/royale/MXMLNodeSpecifier.java     | 114 --------
 .../codegen/mxml/royale/MXMLRoyaleEmitter.java     |  62 ++--
 .../driver/js/goog/JSGoogConfiguration.java        |  20 ++
 9 files changed, 405 insertions(+), 456 deletions(-)
 copy 
compiler-common/src/main/java/org/apache/royale/compiler/internal/config/localization/ILocalizedText.java
 => 
compiler-jx/src/main/java/org/apache/royale/compiler/codegen/mxml/js/IMXMLJSEmitter.java
 (76%)
 create mode 100644 
compiler-jx/src/main/java/org/apache/royale/compiler/internal/codegen/js/royale/JSRoyaleBasicMXMLDescriptorEmitter.java
 copy 
compiler-jx/src/main/java/org/apache/royale/compiler/internal/codegen/{js/JSSubEmitter.java
 => mxml/MXMLSubEmitter.java} (85%)

Reply via email to