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

Unified Diff: lib/async.dart

Issue 2996143002: Add methods to Result. Bump version to 2.0 and remove deprecated features. (Closed)
Patch Set: Address comments, run dartfmt on tests too. Created 3 years, 4 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/result.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 e09003261732af4e7ec770d76444f6f292d316a1..25fc0fd1de60f74404e47845a4217cf4b4e93823 100644
--- a/lib/async.dart
+++ b/lib/async.dart
@@ -17,11 +17,9 @@ export "src/future_group.dart";
export "src/lazy_stream.dart";
export "src/null_stream_sink.dart";
export "src/restartable_timer.dart";
-export "src/result.dart";
-export "src/result/capture_transformer.dart";
+export "src/result/result.dart";
export "src/result/error.dart";
export "src/result/future.dart";
-export "src/result/release_transformer.dart";
export "src/result/value.dart";
export "src/single_subscription_transformer.dart";
export "src/stream_completer.dart";
« no previous file with comments | « CHANGELOG.md ('k') | lib/result.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698