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 8e6a6c2  don't get nodes except on AS files.  If you ask for a node on 
an MXML file it starts parsing the MXML, but if you hit this code while already 
parsing the MXML then you are effectively stuck and the compiler will hang 
waiting for the first parse request to finish
     new fe6877f  compiler-jx: GoogDepsWriter preserves sourceRoot field of 
source maps when it modifies them
     new 15a21bf  compiler-jx: JSEmitter saves all source map paths with 
forward slashes because web browser devtools prefer this formatting
     new 0c89292  compiler-jx: JSWriter uses forward slashes for relative paths 
because web browser devtools prefers this formatting

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:
 .../org/apache/royale/compiler/internal/codegen/js/JSEmitter.java  | 3 +++
 .../org/apache/royale/compiler/internal/codegen/js/JSWriter.java   | 7 +++++--
 .../org/apache/royale/compiler/internal/graph/GoogDepsWriter.java  | 3 +++
 3 files changed, 11 insertions(+), 2 deletions(-)

Reply via email to