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 16e41abb8 MXMLRoyaleEmitter: missing implementation for <fx:Vector>
inside <fx:Declarations>
new 6c75f00b9 MXMLClassReferenceNodeBase: stricter MXML handling of
default element children
new de684f3eb MXMLRoyaleEmitter: implement children-as-data=false for JS
emitter
new a0a2d54eb MXMLArrayNode: special case for fx:DesignLayer when checking
if children are valid for the specified optional [ArrayElementType]
new 8f40ae296 MXMLClassReferenceNodeBase: an fx:DesignLayer may have
children in MXML without [DefaultProperty] metadata
The 4 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:
.../codegen/mxml/royale/MXMLRoyaleEmitter.java | 1094 +++++++++++++++-----
.../compiler/internal/tree/mxml/MXMLArrayNode.java | 50 +-
.../tree/mxml/MXMLClassReferenceNodeBase.java | 46 +-
3 files changed, 922 insertions(+), 268 deletions(-)