| Index: lib/async.dart
|
| diff --git a/lib/async.dart b/lib/async.dart
|
| index fc36d435969cb5e51a438a44e23f062aa716ae59..96697f286bf7e45c8c9b68639cc3bf70941764f5 100644
|
| --- a/lib/async.dart
|
| +++ b/lib/async.dart
|
| @@ -4,8 +4,8 @@
|
|
|
| library dart.pkg.async;
|
|
|
| -export "stream_zip.dart";
|
| export "result.dart";
|
| +export "src/async_memoizer.dart";
|
| export "src/delegating_stream_subscription.dart";
|
| export "src/future_group.dart";
|
| export "src/stream_completer.dart";
|
| @@ -13,3 +13,4 @@ export "src/stream_group.dart";
|
| export "src/stream_queue.dart";
|
| export "src/stream_splitter.dart";
|
| export "src/subscription_stream.dart";
|
| +export "stream_zip.dart";
|
|
|