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 693df90  MXMLPropertySpecifierNode: Fixed issue where a property could 
be set without errors in MXML if it were private or in another namespace that 
should not be accessible from the file scope
     new 4c686b3  PackageHeaderEmitter: fix issue where externs for 
package-level functions/vars were not properly detected
     new 9a2c3b4  Fixed issue where Closure warned about externs in top-level 
package because they didn't use the var keyword (references #109)

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:
 .../internal/codegen/js/jx/ClassEmitter.java       |  4 +++
 .../internal/codegen/js/jx/FieldEmitter.java       |  8 +++--
 .../internal/codegen/js/jx/MethodEmitter.java      | 11 ++++++-
 .../codegen/js/jx/PackageHeaderEmitter.java        | 37 +++++++++++++++-------
 4 files changed, 46 insertions(+), 14 deletions(-)

Reply via email to