You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ha...@apache.org on 2019/12/30 15:57:39 UTC

[royale-asjs] branch develop updated: Output Vector as Array ref #641

This is an automated email from the ASF dual-hosted git repository.

harbs pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new 20df5c4  Output Vector as Array ref #641
20df5c4 is described below

commit 20df5c4bee9c356fc6b494a91cf67b1ec0ed2b13
Author: Harbs <ha...@in-tools.com>
AuthorDate: Mon Dec 30 17:57:21 2019 +0200

    Output Vector as Array ref #641
---
 frameworks/js/projects/CoreJS/src/main/config/compile-js-config.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/frameworks/js/projects/CoreJS/src/main/config/compile-js-config.xml b/frameworks/js/projects/CoreJS/src/main/config/compile-js-config.xml
index f76433e..d1a0d5c 100644
--- a/frameworks/js/projects/CoreJS/src/main/config/compile-js-config.xml
+++ b/frameworks/js/projects/CoreJS/src/main/config/compile-js-config.xml
@@ -95,6 +95,7 @@
     <js-complex-implicit-coercions>false</js-complex-implicit-coercions>
     <js-resolve-uncertain>false</js-resolve-uncertain>
     <js-vector-index-checks>false</js-vector-index-checks>
+    <js-vector-emulation-class>Array</js-vector-emulation-class>
     
 
 </royale-config>