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

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

Issue 800913002: Report pub status (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments Created 6 years 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/doc/api.html
diff --git a/pkg/analysis_server/doc/api.html b/pkg/analysis_server/doc/api.html
index 0d6ae798549bafa6c9c924b4ef3264f9dc2b2e29..fb5deb149067e993b5bb0976024ba71d70b38171 100644
--- a/pkg/analysis_server/doc/api.html
+++ b/pkg/analysis_server/doc/api.html
@@ -295,6 +295,7 @@ dt.typeDefinition {
"event": "server.status"
"params": {
"<b>analysis</b>": <span style="color:#999999">optional</span> <a href="#type_AnalysisStatus">AnalysisStatus</a>
+ "<b>pub</b>": <span style="color:#999999">optional</span> <a href="#type_PubStatus">PubStatus</a>
}
}</pre></div>
<p>
@@ -316,6 +317,12 @@ dt.typeDefinition {
analysis is being performed and if so what is being
analyzed.
</p>
+ </dd><dt class="field"><b><i>pub ( <span style="color:#999999">optional</span> <a href="#type_PubStatus">PubStatus</a> )</i></b></dt><dd>
+
+ <p>
+ The current status of pub execution, indicating whether we are
+ currently running pub.
+ </p>
</dd></dl></dd></dl>
<h2 class="domain"><a name="domain_analysis">Domain: analysis</a></h2>
<p>
@@ -1934,6 +1941,7 @@ dt.typeDefinition {
+
<dl><dt class="typeDefinition"><a name="type_AddContentOverlay">AddContentOverlay: object</a></dt><dd>
<p>
A directive to begin overlaying the contents of a file. The
@@ -2753,6 +2761,17 @@ dt.typeDefinition {
<p>
The offset of the position.
</p>
+ </dd></dl></dd><dt class="typeDefinition"><a name="type_PubStatus">PubStatus: object</a></dt><dd>
+ <p>
+ An indication of the current state of pub execution.
+ </p>
+
+ <dl><dt class="field"><b><i>isListingPackageDirs ( bool )</i></b></dt><dd>
+
+ <p>
+ True if the server is currently running pub to produce a list of
+ package directories.
+ </p>
</dd></dl></dd><dt class="typeDefinition"><a name="type_RefactoringKind">RefactoringKind: String</a></dt><dd>
<p>
An enumeration of the kinds of refactorings that can be

Powered by Google App Engine
This is Rietveld 408576698