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

Unified Diff: sdk/lib/io/io.dart

Issue 733463002: Add console to dart:io for synchronus writing to stdout and stderr (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 1 month 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
Index: sdk/lib/io/io.dart
diff --git a/sdk/lib/io/io.dart b/sdk/lib/io/io.dart
index 4a9300a0cbfca59c3f4fd537f5c8be398ccd0026..dc2d5b0f1d8e23bf5a1399cf823f6c75a6411bef 100644
--- a/sdk/lib/io/io.dart
+++ b/sdk/lib/io/io.dart
@@ -212,6 +212,7 @@ import 'dart:typed_data';
part 'bytes_builder.dart';
part 'common.dart';
+part 'console.dart';
part 'crypto.dart';
part 'data_transformer.dart';
part 'directory.dart';

Powered by Google App Engine
This is Rietveld 408576698