| Index: pkg/compiler/lib/src/js_emitter/full_emitter/container_builder.dart
|
| diff --git a/pkg/compiler/lib/src/js_emitter/full_emitter/container_builder.dart b/pkg/compiler/lib/src/js_emitter/full_emitter/container_builder.dart
|
| index d0c0d931788176c75c558f459e778c3b63bed209..a30e725f4c8ba1cf40d6bba259f1e5b02832be6e 100644
|
| --- a/pkg/compiler/lib/src/js_emitter/full_emitter/container_builder.dart
|
| +++ b/pkg/compiler/lib/src/js_emitter/full_emitter/container_builder.dart
|
| @@ -2,7 +2,21 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -part of dart2js.js_emitter.full_emitter;
|
| +library dart2js.js_emitter.full_emitter.container_builder;
|
| +
|
| +import '../../constants/values.dart';
|
| +import '../../elements/elements.dart'
|
| + show
|
| + Element,
|
| + Elements,
|
| + FunctionSignature,
|
| + MetadataAnnotation,
|
| + MethodElement;
|
| +import '../../js/js.dart' as jsAst;
|
| +import '../../js/js.dart' show js;
|
| +import '../js_emitter.dart' hide Emitter, EmitterFactory;
|
| +import '../model.dart';
|
| +import 'emitter.dart';
|
|
|
| /// This class should morph into something that makes it easy to build
|
| /// JavaScript representations of libraries, class-sides, and instance-sides.
|
|
|