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

Unified Diff: editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/internal/analysis/model/AnalysisServerDataImpl.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/internal/analysis/model/AnalysisServerDataImpl.java
diff --git a/editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/internal/analysis/model/AnalysisServerDataImpl.java b/editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/internal/analysis/model/AnalysisServerDataImpl.java
index 5ab3fe7543cf33f865ddfd306c6271a8d31fb7e2..29e68e3cb5c09dc3e2164dfb161e50867b47592b 100644
--- a/editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/internal/analysis/model/AnalysisServerDataImpl.java
+++ b/editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/internal/analysis/model/AnalysisServerDataImpl.java
@@ -268,6 +268,7 @@ public class AnalysisServerDataImpl implements AnalysisServerData {
true /* async */,
DartCoreDebug.ENABLE_DEFERRED_LOADING,
Brian Wilkerson 2015/04/06 13:53:41 Shouldn't this also always be "true"?
Paul Berry 2015/04/06 14:35:26 True, although in practice it doesn't matter, beca
true /* enums */,
+ DartCoreDebug.ENABLE_NULL_AWARE_OPERATORS,
DartCore.getPlugin().isHintsDart2JSEnabled(),
DartCore.getPlugin().isHintsEnabled(),
DartCore.getPlugin().isLintsEnabled()));

Powered by Google App Engine
This is Rietveld 408576698