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

Unified Diff: pkg/analysis_server/test/integration/integration_test_methods.dart

Issue 874373003: Library dependencies server API updates (to pass package maps). (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 5 years, 11 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/test/integration/integration_test_methods.dart
===================================================================
--- pkg/analysis_server/test/integration/integration_test_methods.dart (revision 43141)
+++ pkg/analysis_server/test/integration/integration_test_methods.dart (working copy)
@@ -231,8 +231,8 @@
}
/**
- * Return a list of all of the libraries referenced by any files in existing
- * analysis roots.
+ * Return library dependency information for use in client-side indexing and
+ * package URI resolution.
*
* Returns
*
@@ -240,6 +240,11 @@
*
* A list of the paths of library elements referenced by files in existing
* analysis roots.
+ *
+ * packageMap ( Map<String, FilePath> )
+ *
+ * A mapping from package names to source directories for use in
+ * client-side package URI resolution.
*/
Future<AnalysisGetLibraryDependenciesResult> sendAnalysisGetLibraryDependencies() {
return server.send("analysis.getLibraryDependencies", null)

Powered by Google App Engine
This is Rietveld 408576698