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

Unified Diff: editor/tools/plugins/com.google.dart.tools.core/.options

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/.options
diff --git a/editor/tools/plugins/com.google.dart.tools.core/.options b/editor/tools/plugins/com.google.dart.tools.core/.options
index 967b6d93eb05bec2045420678573e3f831d8b2d9..b069f08f596c16ca694daab5660ecee279900bdc 100644
--- a/editor/tools/plugins/com.google.dart.tools.core/.options
+++ b/editor/tools/plugins/com.google.dart.tools.core/.options
@@ -51,6 +51,7 @@ com.google.dart.tools.core/experimental/analysisServer/path =
com.google.dart.tools.core/experimental/analysisServer/printToConsole = false
com.google.dart.tools.core/experimental/analysisServer/profile = false
com.google.dart.tools.core/experimental/noPubPackages = false
+com.google.dart.tools.core/experimental/nullAwareOperators = false
com.google.dart.tools.core/experimental/enableUnionTypes = false
com.google.dart.tools.core/experimental/strictUnionTypes = false

Powered by Google App Engine
This is Rietveld 408576698