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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # 1 #
2 # Internal options for the Dart Compiler 2 # Internal options for the Dart Compiler
3 # 3 #
4 # To run Dart Editor with custom options, 4 # To run Dart Editor with custom options,
5 # copy one or more of these settings to an options file 5 # copy one or more of these settings to an options file
6 # then launch Dart Editor from the command line with 6 # then launch Dart Editor from the command line with
7 # 7 #
8 # -debug /path/to/options/file 8 # -debug /path/to/options/file
9 # 9 #
10 com.google.dart.tools.core/debug/analysis/server = false 10 com.google.dart.tools.core/debug/analysis/server = false
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 com.google.dart.tools.core/experimental/analysisServer/http_port = 44 com.google.dart.tools.core/experimental/analysisServer/http_port =
45 com.google.dart.tools.core/experimental/analysisServer/incrementalResolutionApi = false 45 com.google.dart.tools.core/experimental/analysisServer/incrementalResolutionApi = false
46 com.google.dart.tools.core/experimental/analysisServer/incrementalResolutionLog = 46 com.google.dart.tools.core/experimental/analysisServer/incrementalResolutionLog =
47 com.google.dart.tools.core/experimental/analysisServer/incrementalResolutionVali dation = false 47 com.google.dart.tools.core/experimental/analysisServer/incrementalResolutionVali dation = false
48 com.google.dart.tools.core/experimental/analysisServer/instrumentationLogFile = 48 com.google.dart.tools.core/experimental/analysisServer/instrumentationLogFile =
49 com.google.dart.tools.core/experimental/analysisServer/logFile = 49 com.google.dart.tools.core/experimental/analysisServer/logFile =
50 com.google.dart.tools.core/experimental/analysisServer/path = 50 com.google.dart.tools.core/experimental/analysisServer/path =
51 com.google.dart.tools.core/experimental/analysisServer/printToConsole = false 51 com.google.dart.tools.core/experimental/analysisServer/printToConsole = false
52 com.google.dart.tools.core/experimental/analysisServer/profile = false 52 com.google.dart.tools.core/experimental/analysisServer/profile = false
53 com.google.dart.tools.core/experimental/noPubPackages = false 53 com.google.dart.tools.core/experimental/noPubPackages = false
54 com.google.dart.tools.core/experimental/nullAwareOperators = false
54 com.google.dart.tools.core/experimental/enableUnionTypes = false 55 com.google.dart.tools.core/experimental/enableUnionTypes = false
55 com.google.dart.tools.core/experimental/strictUnionTypes = false 56 com.google.dart.tools.core/experimental/strictUnionTypes = false
56 57
57 com.google.dart.tools.core/experimental/pubInWinXP = false 58 com.google.dart.tools.core/experimental/pubInWinXP = false
58 59
59 com.google.dart.tools.core/dev/disableMarkOccurrences=false 60 com.google.dart.tools.core/dev/disableMarkOccurrences=false
60 61
61 com.google.dart.tools.core/user/disableDartiumDebugger=false 62 com.google.dart.tools.core/user/disableDartiumDebugger=false
62 com.google.dart.tools.core/user/disableCommandLineDebugger=false 63 com.google.dart.tools.core/user/disableCommandLineDebugger=false
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698