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

Unified Diff: pkg/analysis_server/lib/src/analysis_server.dart

Issue 2815643004: Temp fix to allow plugins to serve the getErrors APIs. (Closed)
Patch Set: Created 3 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
« no previous file with comments | « no previous file | pkg/analysis_server/lib/src/domain_analysis.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analysis_server/lib/src/analysis_server.dart
diff --git a/pkg/analysis_server/lib/src/analysis_server.dart b/pkg/analysis_server/lib/src/analysis_server.dart
index 78b8bcb87fe14141916e191d9a0a411ce36badd7..2c5196787e66cbe26e8a62364c8c72ffd913f54e 100644
--- a/pkg/analysis_server/lib/src/analysis_server.dart
+++ b/pkg/analysis_server/lib/src/analysis_server.dart
@@ -362,6 +362,18 @@ class AnalysisServer {
StreamController<String> _onFileChangedController;
/**
+ * This exists as a temporary stopgap for plugins, until the official plugin
+ * API is complete.
+ */
+ Function onResultErrorSupplementor;
+
+ /**
+ * This exists as a temporary stopgap for plugins, until the official plugin
+ * API is complete.
+ */
+ Function onNoAnalysisResult;
+
+ /**
* The set of the files that are currently priority.
*/
final Set<String> priorityFiles = new Set<String>();
« no previous file with comments | « no previous file | pkg/analysis_server/lib/src/domain_analysis.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698