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 319f57ba7 JSCSSCompilationSession: output null instead of nothing for
PropertyReference() and Embed() functions
new 522010b94 IdentifierEmitter: Fixed missing require for package-level
functions or variables in some situations.
new a5f549f57 MemberAccessEmitter: don't include closure() around
package-level functions (just non-static members)
new 208b6ad4d IdentifierEmitter, MemberAccessEmitter: also check for
INTERFACE_MEMBER classification when determining if a closure is required for a
function
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:
RELEASE_NOTES.md | 1 +
.../internal/codegen/js/jx/IdentifierEmitter.java | 31 +++++++++++++++++-----
.../codegen/js/jx/MemberAccessEmitter.java | 10 ++++---
3 files changed, 32 insertions(+), 10 deletions(-)