| Index: packages/utf/lib/utf.dart
|
| diff --git a/packages/utf/lib/utf.dart b/packages/utf/lib/utf.dart
|
| index 30d5db52d4af659c4322dbbb650942286f998396..40ffcfeb8ecb72c8ed527aa54d5d21840a0a94d4 100644
|
| --- a/packages/utf/lib/utf.dart
|
| +++ b/packages/utf/lib/utf.dart
|
| @@ -8,18 +8,10 @@
|
| */
|
| library utf;
|
|
|
| -import "dart:async";
|
| -import "dart:collection";
|
| -
|
| -import "src/constants.dart";
|
| -import 'src/utf_16_code_unit_decoder.dart';
|
| -import 'src/list_range.dart';
|
| -import 'src/util.dart';
|
| -
|
| export 'src/constants.dart';
|
| +export 'src/shared.dart';
|
| export 'src/utf_16_code_unit_decoder.dart';
|
| -
|
| -part "src/utf/utf_stream.dart";
|
| -part "src/utf/utf8.dart";
|
| -part "src/utf/utf16.dart";
|
| -part "src/utf/utf32.dart";
|
| +export 'src/utf_stream.dart';
|
| +export 'src/utf16.dart';
|
| +export 'src/utf32.dart';
|
| +export 'src/utf8.dart';
|
|
|