| Index: pkg/compiler/lib/src/deferred_load.dart
|
| diff --git a/pkg/compiler/lib/src/deferred_load.dart b/pkg/compiler/lib/src/deferred_load.dart
|
| index 6b808763652fb57ceb6cf503071b1f419d4c20de..5c165b0e2225b2f35e6ccec4ae550d80fb744cbb 100644
|
| --- a/pkg/compiler/lib/src/deferred_load.dart
|
| +++ b/pkg/compiler/lib/src/deferred_load.dart
|
| @@ -4,16 +4,17 @@
|
|
|
| library deferred_load;
|
|
|
| +import 'common/backend_api.dart' show
|
| + Backend;
|
| +import 'common/tasks.dart' show
|
| + CompilerTask;
|
| +import 'compiler.dart' show
|
| + Compiler;
|
| import 'constants/values.dart' show
|
| ConstantValue,
|
| ConstructedConstantValue,
|
| DeferredConstantValue,
|
| StringConstantValue;
|
| -import 'dart2jslib.dart' show
|
| - Backend,
|
| - Compiler,
|
| - CompilerTask,
|
| - invariant;
|
| import 'dart_types.dart';
|
| import 'elements/elements.dart' show
|
| AccessorElement,
|
| @@ -31,7 +32,8 @@ import 'elements/elements.dart' show
|
| VoidElement;
|
| import 'js_backend/js_backend.dart' show
|
| JavaScriptBackend;
|
| -import 'messages.dart' show MessageKind;
|
| +import 'messages.dart' show
|
| + MessageKind;
|
| import 'resolution/resolution.dart' show
|
| AnalyzableElementX,
|
| TreeElements;
|
|
|