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 062da91  AccessorDefinition: fix null exception in 
hasConflictingLanguageNSDefinition() when accessor is created by [Bindable] 
variable
     new cc03b41  compiler-jx: dynamically export getters/setters in release 
builds instead of using export jsdoc annotation
     new 8f20e7d  AccessorEmitter, BindableEmitter: clean up jsdoc formatting 
to better match other jsdoc emitted by the compiler

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/AccessorEmitter.java    | 39 +++++---------
 .../internal/codegen/js/jx/BindableEmitter.java    | 26 +++++-----
 .../apache/royale/compiler/utils/ClosureUtils.java |  3 +-
 .../js/royale/TestRoyaleAccessorMembers.java       | 28 +++++-----
 .../codegen/js/royale/TestRoyaleAccessors.java     | 25 ++++-----
 .../codegen/js/royale/TestRoyaleClass.java         | 60 ++++++++++++----------
 .../codegen/js/royale/TestRoyaleExpressions.java   |  2 +-
 .../codegen/js/royale/TestRoyalePackage.java       |  8 +--
 .../resources/royale/files/MyInitialView_result.js | 16 +++---
 .../royale/files/models/MyModel_result.js          | 12 ++---
 .../resources/royale/projects/super/Base_result.js |  4 +-
 .../royale/projects/super/Super_result.js          |  4 +-
 12 files changed, 112 insertions(+), 115 deletions(-)

Reply via email to