| Index: test/generated_sdk/lib/convert/convert.dart
|
| diff --git a/test/generated_sdk/lib/convert/convert.dart b/test/generated_sdk/lib/convert/convert.dart
|
| index e0b6e64cef4b87fdf235935b2ad54d2c8f17015b..15616f169d611d50ee0faea7f3c2b39e455e7c99 100644
|
| --- a/test/generated_sdk/lib/convert/convert.dart
|
| +++ b/test/generated_sdk/lib/convert/convert.dart
|
| @@ -56,6 +56,11 @@ library dart.convert;
|
|
|
| import 'dart:async';
|
| import 'dart:typed_data';
|
| +import 'dart:_js_helper' show patch;
|
| +import 'dart:_foreign_helper' show JS;
|
| +import 'dart:_interceptors' show JSExtendableArray;
|
| +import 'dart:_internal' show MappedIterable, ListIterable;
|
| +import 'dart:collection' show Maps, LinkedHashMap;
|
|
|
| part 'ascii.dart';
|
| part 'byte_conversion.dart';
|
| @@ -69,11 +74,6 @@ part 'latin1.dart';
|
| part 'line_splitter.dart';
|
| part 'string_conversion.dart';
|
| part 'utf.dart';
|
| -import 'dart:_js_helper' show patch;
|
| -import 'dart:_foreign_helper' show JS;
|
| -import 'dart:_interceptors' show JSExtendableArray;
|
| -import 'dart:_internal' show MappedIterable, ListIterable;
|
| -import 'dart:collection' show Maps, LinkedHashMap;
|
|
|
| /**
|
| * Walks the raw JavaScript value [json], replacing JavaScript Objects with
|
|
|