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 c0d0f8806 MXMLClassDirectiveProcessor: fix incorrectly pushing the id
of an MXML object as data when children-as-data is false
new 43d54ff70 MXMLClassDefinitionNode: allow mx:Component as a child of
the root when using MXML 2006 dialect (closes #241)
new 6939105b0 MXMLClassDefinitionNode: allow Model tag as child of root
when using MXML 2006 dialect
new c6f396bc3 MXMLComponentNode: fix null exception when fx:Component
doesn't have a correct closing tag
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:
.../tree/mxml/MXMLClassDefinitionNode.java | 10 +++++
.../internal/tree/mxml/MXMLComponentNode.java | 45 +++++++++++++---------
.../internal/tree/mxml/MXMLDocumentNode.java | 4 --
3 files changed, 37 insertions(+), 22 deletions(-)