You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by er...@apache.org on 2014/11/21 13:10:28 UTC

[08/17] git commit: [flex-falcon] [refs/heads/develop] - Disable ES6 'support' for now

Disable ES6 'support' for now

Signed-off-by: Erik de Bruin <er...@ixsoftware.nl>


Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/56b88867
Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/56b88867
Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/56b88867

Branch: refs/heads/develop
Commit: 56b888675a8721940e09a0768ddfb7a1ad7a2882
Parents: 68206bc
Author: Erik de Bruin <er...@ixsoftware.nl>
Authored: Fri Nov 21 11:47:38 2014 +0100
Committer: Erik de Bruin <er...@ixsoftware.nl>
Committed: Fri Nov 21 11:47:38 2014 +0100

----------------------------------------------------------------------
 .../apache/flex/compiler/utils/VF2JSClosureCompilerWrapper.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/56b88867/compiler.jx/src/org/apache/flex/compiler/utils/VF2JSClosureCompilerWrapper.java
----------------------------------------------------------------------
diff --git a/compiler.jx/src/org/apache/flex/compiler/utils/VF2JSClosureCompilerWrapper.java b/compiler.jx/src/org/apache/flex/compiler/utils/VF2JSClosureCompilerWrapper.java
index 9fdf8d3..cdbdba6 100644
--- a/compiler.jx/src/org/apache/flex/compiler/utils/VF2JSClosureCompilerWrapper.java
+++ b/compiler.jx/src/org/apache/flex/compiler/utils/VF2JSClosureCompilerWrapper.java
@@ -138,7 +138,7 @@ public class VF2JSClosureCompilerWrapper
                     "goog.DEBUG", new Node(Token.TRUE));
             
             // ToDo (erikdebruin): re-evaluate this option on future GC release
-            options_.setLanguageIn(LanguageMode.ECMASCRIPT6_STRICT);
+            //options_.setLanguageIn(LanguageMode.ECMASCRIPT6_STRICT);
             
             options_.setPreferSingleQuotes(true);