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 3048473 report a better error if tag doesn't match a class in the
default property
new 30e1738 JSRoyaleEmitter: flag that emitter is emitting local
functions is stored in emitter instead of the IFunctionNode
new 65c1e78 compiler-jx: fixes issue where variables that need default
initializers were not hoisted to the top of the function body
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/compiler/tree/as/IFunctionNode.java | 12 ---
.../codegen/js/royale/JSRoyaleEmitter.java | 114 ++++++++++++++++++---
.../internal/codegen/js/utils/EmitterUtils.java | 46 +++++++++
.../codegen/js/royale/TestDefaultInitializers.java | 57 ++++++-----
.../codegen/js/royale/TestRoyaleExpressions.java | 18 ++--
.../codegen/js/royale/TestRoyaleStatements.java | 24 +++--
.../compiler/internal/tree/as/FunctionNode.java | 14 ---
7 files changed, 199 insertions(+), 86 deletions(-)