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

Unified Diff: tool/input_sdk/lib/convert/convert.dart

Issue 1965563003: Update dart:convert and dart:core Uri. (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: 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
Index: tool/input_sdk/lib/convert/convert.dart
diff --git a/tool/input_sdk/lib/convert/convert.dart b/tool/input_sdk/lib/convert/convert.dart
index a047cc057bcabde9126c2f6d66e86092c2184c7a..83bbfd690992a8b2f6918fcd49f55db7c558d4df 100644
--- a/tool/input_sdk/lib/convert/convert.dart
+++ b/tool/input_sdk/lib/convert/convert.dart
@@ -11,8 +11,7 @@
* provides support for implementing converters in a way which makes them easy to
* chain and to use with streams.
*
- * The `dart:convert` library works in both web apps and command-line apps.
- * To use it:
+ * To use this library in your code:
*
* import 'dart:convert';
*
@@ -58,6 +57,7 @@ import 'dart:async';
import 'dart:typed_data';
part 'ascii.dart';
+part 'base64.dart';
part 'byte_conversion.dart';
part 'chunked_conversion.dart';
part 'codec.dart';

Powered by Google App Engine
This is Rietveld 408576698