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 38187fa64 README: fix dead Rhino link
     new 5dde35673 MXMLRoyaleEmitter: When writing MXML properties to JS, 
escape all backslash characters
     new edd4b5743 MXMLDataBindingParser: fix using backslash as an escape 
character for { and } to make the compiler treat them as regular characters 
instead of binding delimiters (closes #110)

The 2 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:
 .../royale/JSRoyaleBasicMXMLDescriptorEmitter.java |    8 +-
 .../codegen/mxml/royale/MXMLRoyaleEmitter.java     |   12 +-
 .../mxml/royale/TestRoyaleMXMLApplication.java     | 1590 +++++++++++++++++++-
 .../internal/tree/mxml/MXMLDataBindingParser.java  |    8 +-
 .../tree/mxml/MXMLPropertySpecifierNode.java       |   11 +-
 .../internal/tree/mxml/MXMLTreeBuilder.java        |  136 +-
 6 files changed, 1703 insertions(+), 62 deletions(-)

Reply via email to