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

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

Issue 2835053005: Add stopgap for angular autocompletion. (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
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 2de4bbe8337a3181a5ed9795d81561e23fc61d7d..102fbad905d00b94f447125404b0bfb8fefd171d 100644
--- a/pkg/analysis_server/lib/src/analysis_server.dart
+++ b/pkg/analysis_server/lib/src/analysis_server.dart
@@ -374,6 +374,12 @@ class AnalysisServer {
Function onNoAnalysisResult;
/**
+ * This exists as a temporary stopgap for plugins, until the official plugin
+ * API is complete.
+ */
+ Function onNoAnalysisCompletion;
+
+ /**
* 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_completion.dart » ('j') | pkg/analysis_server/lib/src/domain_completion.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698