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 5d3b3f083 IdentifierNode: fix issue where asc can't compile because of
dependency on RoyaleProject (closes #242)
new 9fdb92aae JSConfiguration: js-vector-emulation-element-types option to
control whether js-vector-emulation-class receives the element types as a
constructor argument or not
new c8b7f353d AsIsEmitter: fix as and is when using
js-vector-emulation-class
new 3f764ab90 JSConfiguration: js-vector-emulation-literal-function to
allow calling a function to create a Vector literal instead of the constructor
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:
.../royale/compiler/clients/JSConfiguration.java | 43 +++++++-
.../internal/codegen/js/jx/AsIsEmitter.java | 73 +++++++++----
.../codegen/js/jx/FunctionCallEmitter.java | 119 +++++++++++++++------
3 files changed, 177 insertions(+), 58 deletions(-)