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 a487fcfeb MXMLRoyalePublisher added mainClass as a token that may be 
replaced in the HTML template (closes #245)
     new fad7ee8c1 DefinitionBase: fix resolution of types specified in 
[InstanceType] when they are in a package
     new b4e3ff671 JSCPublisher: don't call start() for MXML classes either
     new 9356c8a62 MXMLDeferredInstanceNode: added missing dependency on 
mx.core.DeferredInstanceFromFunction that prevented it from being emitted in 
JavaScript
     new af8b62129 MXMLJSCJSEmitter: Fixed intermittent missing goog.require() 
calls because formatQualifiedName() was overridden to remove formatting
     new 51d22a5ac MXMLRoyalEmitter: Added support for 
mx.core.IDeferredInstance for default properties with -children-as-data=false

The 5 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:
 RELEASE_NOTES.md                                   |  5 +++
 .../internal/codegen/js/jsc/JSCPublisher.java      | 14 ++------
 .../codegen/mxml/jsc/MXMLJSCJSEmitter.java         |  6 ----
 .../codegen/mxml/royale/MXMLRoyaleEmitter.java     | 41 ++++++++++++++++++++++
 .../internal/definitions/DefinitionBase.java       |  4 ++-
 .../tree/mxml/MXMLDeferredInstanceNode.java        |  3 ++
 6 files changed, 54 insertions(+), 19 deletions(-)

Reply via email to