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

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

Issue 592923002: Put union types behind a flag. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Make union-type options available in [AnalysisEngine]. Created 6 years, 3 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 71c87d56ce1bb9ca9b0b84bef67e421407f12ced..9d0c8a1273521c785f97dec54ac1963fcb9bbb0e 100644
--- a/editor/tools/plugins/com.google.dart.tools.core/.options
+++ b/editor/tools/plugins/com.google.dart.tools.core/.options
@@ -41,6 +41,8 @@ com.google.dart.tools.core/experimental/analysisServer = false
com.google.dart.tools.core/experimental/analysisServer/debug = false
com.google.dart.tools.core/experimental/analysisServer/logFile =
com.google.dart.tools.core/experimental/noPubPackages = false
+com.google.dart.tools.core/experimental/enableUnionTypes = false
+com.google.dart.tools.core/experimental/strictUnionTypes = false
com.google.dart.tools.core/experimental/pubInWinXP = false

Powered by Google App Engine
This is Rietveld 408576698