Index: sdk/lib/_internal/pub/lib/src/pub_package_provider.dart |
diff --git a/sdk/lib/_internal/pub/lib/src/pub_package_provider.dart b/sdk/lib/_internal/pub/lib/src/pub_package_provider.dart |
index b1c2821e17855a28ef2fbe4c7b9ef5162c7e1c11..1c632c5d752ae3e82b00def8241d824c776bb6b7 100644 |
--- a/sdk/lib/_internal/pub/lib/src/pub_package_provider.dart |
+++ b/sdk/lib/_internal/pub/lib/src/pub_package_provider.dart |
@@ -48,6 +48,9 @@ class PubPackageProvider implements PackageProvider { |
Iterable<String> get packages => _packageDirs.keys; |
+ /// Gets the root directory of [package]. |
+ String getPackageDir(String package) => _packageDirs[package]; |
+ |
/// Lists all of the visible files in [package]. |
/// |
/// This is the recursive contents of the "asset" and "lib" directories (if |