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

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

Issue 2885993004: Pass the sdk path to plugins (Closed)
Patch Set: Created 3 years, 7 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/analyzer_plugin/doc/api.html
diff --git a/pkg/analyzer_plugin/doc/api.html b/pkg/analyzer_plugin/doc/api.html
index 13073655bb3b3102a105d40b80b18a2b0c17cabd..10d22fa2294d0aafea3e9186e8576f007a0350a9 100644
--- a/pkg/analyzer_plugin/doc/api.html
+++ b/pkg/analyzer_plugin/doc/api.html
@@ -145,6 +145,7 @@ a:focus, a:hover {
"method": "plugin.versionCheck"
"params": {
"<b>byteStorePath</b>": String
+ "<b>sdkPath</b>": String
"<b>version</b>": String
}
}</pre><br><pre>response: {
@@ -170,6 +171,12 @@ a:focus, a:hover {
The path to the directory containing the on-disk byte store that is to
be used by any analysis drivers that are created.
</p>
+ </dd><dt class="field"><b>sdkPath (String)</b></dt><dd>
+
+ <p>
+ The path to the directory containing the SDK that is to be used by any
+ analysis drivers that are created.
+ </p>
</dd><dt class="field"><b>version (String)</b></dt><dd>
<p>
« no previous file with comments | « pkg/analysis_server/test/src/plugin/plugin_manager_test.dart ('k') | pkg/analyzer_plugin/lib/plugin/plugin.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698