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

Unified Diff: sdk/lib/_internal/pub/lib/src/pub_package_provider.dart

Issue 22986002: Add file watching to pub serve. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 4 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: 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

Powered by Google App Engine
This is Rietveld 408576698