You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ah...@apache.org on 2018/12/26 06:01:39 UTC

[royale-compiler] 04/12: API was removed from Closure

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

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

commit 9ea482d7f9ed9fe7f7535e30333be8bc70a9bdf4
Author: Alex Harui <ah...@apache.org>
AuthorDate: Tue Dec 25 21:43:30 2018 -0800

    API was removed from Closure
---
 .../compiler/internal/codegen/typedefs/pass/ReferenceCompiler.java      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compiler-externc/src/main/java/org/apache/royale/compiler/internal/codegen/typedefs/pass/ReferenceCompiler.java b/compiler-externc/src/main/java/org/apache/royale/compiler/internal/codegen/typedefs/pass/ReferenceCompiler.java
index e58c228..8e217bd 100644
--- a/compiler-externc/src/main/java/org/apache/royale/compiler/internal/codegen/typedefs/pass/ReferenceCompiler.java
+++ b/compiler-externc/src/main/java/org/apache/royale/compiler/internal/codegen/typedefs/pass/ReferenceCompiler.java
@@ -67,7 +67,7 @@ public class ReferenceCompiler
         options.setPrettyPrint(true);
         options.setLineLengthThreshold(80);
         options.setPreferSingleQuotes(true);
-        options.setIdeMode(true);
+        //options.setIdeMode(true);
         options.setParseJsDocDocumentation(Config.JsDocParsing.INCLUDE_DESCRIPTIONS_NO_WHITESPACE);
         options.setExternExports(false);
         options.setExtraAnnotationNames(Arrays.asList(asdocTags));