This is an automated email from the ASF dual-hosted git repository.
gregdove pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git.
from dd13c42 (JX) Fix for various code output scenarios that can be
missing closing parenthesis. Closes #198
new b2b8513 Fixes #199
new 519f433 Some recent updates to release notes, for next release
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:
RELEASE_NOTES.md | 3 +-
.../royale/compiler/codegen/js/IJSEmitter.java | 4 +
.../compiler/internal/codegen/js/JSEmitter.java | 12 ++
.../internal/codegen/js/jx/CatchEmitter.java | 4 +
.../internal/codegen/js/jx/TryEmitter.java | 237 ++++++++++++++++++++-
.../codegen/js/royale/JSRoyaleEmitter.java | 8 +
.../royale/compiler/utils/DefinitionUtils.java | 15 ++
.../codegen/js/goog/TestGoogStatements.java | 6 +-
.../codegen/js/royale/TestRoyaleStatements.java | 6 +-
.../js/sourcemaps/TestSourceMapStatements.java | 36 ++--
10 files changed, 304 insertions(+), 27 deletions(-)