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

Unified Diff: pkg/analysis_server/doc/api.html

Issue 2713513007: Deprecate execution.setSubscriptions. (Closed)
Patch Set: Merge branch 'master' into deprecate_set_subscriptions Created 3 years, 10 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
« no previous file with comments | « no previous file | pkg/analysis_server/lib/plugin/protocol/generated_protocol.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analysis_server/doc/api.html
diff --git a/pkg/analysis_server/doc/api.html b/pkg/analysis_server/doc/api.html
index 9fc9d4596c6ea2b350d955e18c1819431e1c2953..328bf553720850bfdb177b3d80fc37dc17ed4d48 100644
--- a/pkg/analysis_server/doc/api.html
+++ b/pkg/analysis_server/doc/api.html
@@ -143,9 +143,9 @@ a:focus, a:hover {
To ease interoperability with Lisp-based clients (which may not
be able to easily distinguish between empty lists, empty maps,
and null), client-to-server communication is allowed to replace
- any instance of “<tt>{}</tt>” or “<tt>[]</tt>” with null. The
+ any instance of "<tt>{}</tt>" or "<tt>[]</tt>" with null. The
server will always properly represent empty lists as
- “<tt>[]</tt>” and empty maps as “<tt>{}</tt>”.
+ "<tt>[]</tt>" and empty maps as "<tt>{}</tt>".
</p>
<h3>Communication Structure</h3>
<p>
@@ -2059,7 +2059,7 @@ a:focus, a:hover {
structure of the data is dependent on the kind of
refactoring being performed. The data that is expected is
documented in the section titled <a href="#refactorings">Refactorings</a>, labeled as
- “Options”. This field can be omitted if the refactoring
+ "Options". This field can be omitted if the refactoring
does not require any options or if the values of those
options are not known.
</p>
@@ -2093,7 +2093,7 @@ a:focus, a:hover {
of the data is dependent on the kind of refactoring
being created. The data that is returned is documented
in the section titled <a href="#refactorings">Refactorings</a>, labeled as
- “Feedback”.
+ "Feedback".
</p>
</dd><dt class="field"><b>change (<span style="color:#999999">optional</span> <a href="#type_SourceChange">SourceChange</a>)</b></dt><dd>
@@ -2347,6 +2347,10 @@ a:focus, a:hover {
"error": <span style="color:#999999">optional</span> <a href="#type_RequestError">RequestError</a>
}</pre></div>
<p>
+ <b><i>Deprecated</i></b>: the analysis server no longer fires
+ <tt>LAUNCH_DATA</tt> events.
+ </p>
+ <p>
Subscribe for services. All previous subscriptions are replaced by the
given set of services.
</p>
@@ -3307,8 +3311,8 @@ a:focus, a:hover {
<p>
A human-readable description of the kind of element being
- referenced (such as “class” or “function type
- alias”). This data is omitted if there is no referenced
+ referenced (such as "class" or "function type
+ alias"). This data is omitted if there is no referenced
element.
</p>
</dd><dt class="field"><b>isDeprecated (<span style="color:#999999">optional</span> bool)</b></dt><dd>
@@ -4502,8 +4506,8 @@ a:focus, a:hover {
<p>
The human-readable description of the kind of element being
- renamed (such as “class” or “function type
- alias”).
+ renamed (such as "class" or "function type
+ alias").
</p>
</dd><dt class="field"><b>oldName (String)</b></dt><dd>
« no previous file with comments | « no previous file | pkg/analysis_server/lib/plugin/protocol/generated_protocol.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698