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

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

Issue 1417143003: Remove IMPORT_EXPORT_SOURCE_CLOSURE and IS_CLIENT results. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 2 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/analyzer/lib/src/context/context.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analysis_server/lib/src/status/get_handler.dart
diff --git a/pkg/analysis_server/lib/src/status/get_handler.dart b/pkg/analysis_server/lib/src/status/get_handler.dart
index df4ac9993fed096a2a78e29552a9acba18956290..05d651b9a6d08ae65ff48d6a0d1ead7d9c76672f 100644
--- a/pkg/analysis_server/lib/src/status/get_handler.dart
+++ b/pkg/analysis_server/lib/src/status/get_handler.dart
@@ -305,10 +305,8 @@ class GetHandler {
results.add(EXPLICITLY_IMPORTED_LIBRARIES);
results.add(EXPORT_SOURCE_CLOSURE);
results.add(EXPORTED_LIBRARIES);
- results.add(IMPORT_EXPORT_SOURCE_CLOSURE);
results.add(IMPORTED_LIBRARIES);
results.add(INCLUDED_PARTS);
- results.add(IS_CLIENT);
results.add(IS_LAUNCHABLE);
results.add(LIBRARY_ELEMENT1);
results.add(LIBRARY_ELEMENT2);
« no previous file with comments | « no previous file | pkg/analyzer/lib/src/context/context.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698