Chromium Code Reviews| Index: lib/async.dart |
| diff --git a/lib/async.dart b/lib/async.dart |
| index 7dbda70ae3373744777283740590c7dd3870deab..557ee68060ebfcb8385d209b53027bedd82c63d6 100644 |
| --- a/lib/async.dart |
| +++ b/lib/async.dart |
| @@ -7,3 +7,7 @@ library dart.pkg.async; |
| export "src/future_group.dart"; |
| export "stream_zip.dart"; |
| export "result.dart"; |
| +export "src/delegating_stream_subscription.dart"; |
| +export "src/subscription_stream.dart"; |
| +export "src/stream_completer.dart"; |
| +export "src/stream_events.dart"; |
|
nweiz
2015/06/16 01:05:23
Move this stuff above stream_zip to keep the expor
|