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

Unified Diff: lib/async.dart

Issue 1947923003: Add APIs for asserting the types of transformers. (Closed) Base URL: git@github.com:dart-lang/async.git@master
Patch Set: Code review changes Created 4 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 | « CHANGELOG.md ('k') | lib/src/stream_sink_transformer.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/async.dart
diff --git a/lib/async.dart b/lib/async.dart
index 70553410596d1ba255589705e3ca144f97c37f2b..82189860a7d833e96f9fc9b778b9fd04dd837452 100644
--- a/lib/async.dart
+++ b/lib/async.dart
@@ -30,3 +30,4 @@ export "src/stream_sink_transformer.dart";
export "src/stream_splitter.dart";
export "src/stream_zip.dart";
export "src/subscription_stream.dart";
+export "src/typed_stream_transformer.dart";
« no previous file with comments | « CHANGELOG.md ('k') | lib/src/stream_sink_transformer.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698