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

Unified Diff: pkg/barback/lib/src/package_provider.dart

Issue 20204003: First stab at a dev server in pub using barback. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Revise. Created 7 years, 5 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/barback/lib/src/package_provider.dart
diff --git a/pkg/barback/lib/src/package_provider.dart b/pkg/barback/lib/src/package_provider.dart
index 8506d14ce63f6c958be8ab2b89b71c54f175dab0..b2a3495fd58691af8498dc5aa22db1318196a348 100644
--- a/pkg/barback/lib/src/package_provider.dart
+++ b/pkg/barback/lib/src/package_provider.dart
@@ -21,14 +21,6 @@ abstract class PackageProvider {
/// dependencies.
Iterable<String> get packages;
- // TODO(rnystrom): Make this async.
- /// The paths of all available asset files in [package], relative to the
- /// package's root directory.
- ///
- /// You can pass [within], which should be the relative path to a directory
- /// within the package, to only return the files within that subdirectory.
- List<AssetId> listAssets(String package, {String within});
-
/// Returns the list of transformer phases that are applicable to [package].
///
/// The phases will be run in sequence, with the outputs of one pipelined into
« no previous file with comments | « pkg/barback/lib/src/barback.dart ('k') | pkg/path/lib/path.dart » ('j') | pkg/path/lib/path.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698