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

Unified Diff: pkg/analysis_server/tool/spec/spec_input.html

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: pkg/analysis_server/tool/spec/spec_input.html
diff --git a/pkg/analysis_server/tool/spec/spec_input.html b/pkg/analysis_server/tool/spec/spec_input.html
index c413713cd8955af0c54dea058f9b52863f0eb32d..87c9949ce91c16792f94eb627d2a3136e7720382 100644
--- a/pkg/analysis_server/tool/spec/spec_input.html
+++ b/pkg/analysis_server/tool/spec/spec_input.html
@@ -1,4 +1,3 @@
-
<html>
<head>
<meta charset="UTF-8"/>
@@ -6,7 +5,7 @@
</head>
<body>
<h1>Analysis Server API Specification</h1>
- <h1 style="color:#999999">Version <version>1.5.0</version></h1>
+ <h1 style="color:#999999">Version <version>1.6.0</version></h1>
<p>
This document contains a specification of the API provided by the
analysis server. The API in this document is currently under
@@ -1935,7 +1934,7 @@
<object>
<field name="enableAsync" optional="true">
<ref>bool</ref>
- <p><b><i>Deprecated</i></b>/<p>
+ <p><b><i>Deprecated</i></b></p>
<p>
True if the client wants to enable support for the
proposed async feature.
@@ -1943,7 +1942,7 @@
</field>
<field name="enableDeferredLoading" optional="true">
<ref>bool</ref>
- <p><b><i>Deprecated</i></b>/<p>
+ <p><b><i>Deprecated</i></b></p>
<p>
True if the client wants to enable support for the
proposed deferred loading feature.
@@ -1951,12 +1950,19 @@
</field>
<field name="enableEnums" optional="true">
<ref>bool</ref>
- <p><b><i>Deprecated</i></b>/<p>
+ <p><b><i>Deprecated</i></b></p>
<p>
True if the client wants to enable support for the
proposed enum feature.
</p>
</field>
+ <field name="enableNullAwareOperators" optional="true">
+ <ref>bool</ref>
+ <p>
+ True if the client wants to enable support for the
+ proposed "null aware operators" feature.
+ </p>
+ </field>
<field name="generateDart2jsHints" optional="true">
<ref>bool</ref>
<p>

Powered by Google App Engine
This is Rietveld 408576698