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

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

Issue 299833003: Expose aggregate transformers in barback. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: code review Created 6 years, 7 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 | « pkg/barback/lib/barback.dart ('k') | pkg/barback/lib/src/graph/asset_cascade.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/barback/lib/src/barback.dart
diff --git a/pkg/barback/lib/src/barback.dart b/pkg/barback/lib/src/barback.dart
index e8cbedc92b936a31c282c6ee56091dd114890a4c..98d115466bd302a6dfb1381b0aaab5e320fc9fda 100644
--- a/pkg/barback/lib/src/barback.dart
+++ b/pkg/barback/lib/src/barback.dart
@@ -110,9 +110,8 @@ class Barback {
/// To the extent that [transformers] is similar to the previous transformer
/// phases for [package], the existing asset graph will be preserved.
///
- /// Elements of the inner iterable of [transformers] must be either
- /// [Transformer]s or [TransformerGroup]s.
- void updateTransformers(String package,
- Iterable<Iterable> transformers) =>
+ /// Elements of the inner iterable of [transformers] must be [Transformer]s,
+ /// [TransformerGroup]s, or [AggregateTransformer]s.
+ void updateTransformers(String package, Iterable<Iterable> transformers) =>
_graph.updateTransformers(package, transformers);
}
« no previous file with comments | « pkg/barback/lib/barback.dart ('k') | pkg/barback/lib/src/graph/asset_cascade.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698