Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(308)

Unified Diff: editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/DartCoreDebug.java

Issue 1063613002: Add an analysis server option to enable null-aware-operator support. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Roll the analysis server JSON API version. Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/DartCoreDebug.java
diff --git a/editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/DartCoreDebug.java b/editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/DartCoreDebug.java
index 077b26b3c239a579b2a27e509eeafb356a39ba68..f2be6fde78e14beff049397e34a39ef9a393fe2b 100644
--- a/editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/DartCoreDebug.java
+++ b/editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/DartCoreDebug.java
@@ -60,6 +60,7 @@ public class DartCoreDebug {
public static final boolean ASK_FOR_USER_ANALYTICS = isOptionTrue("experimental/analytics");
public static final boolean ENABLE_NEW_FEEDBACK = isOptionTrue("experimental/feedback");
+ public static final Boolean ENABLE_NULL_AWARE_OPERATORS = isOptionTrue("experimental/nullAwareOperators");
public static final boolean ENABLE_TAB_COLORING = isOptionTrue("experimental/tabColors");
public static final boolean ENABLE_HTML_VALIDATION = isOptionTrue("experimental/validateHtml");
public static final boolean ENABLE_COVERAGE = isOptionTrue("experimental/coverage");

Powered by Google App Engine
This is Rietveld 408576698