| Index: pkg/compiler/lib/src/dart2jslib.dart
|
| diff --git a/pkg/compiler/lib/src/dart2jslib.dart b/pkg/compiler/lib/src/dart2jslib.dart
|
| index d67712c4f5422f8d86a9a678ddea05c65172d1b0..7537fa8e3fb6f96eead68c211ccb5b2cd4412a22 100644
|
| --- a/pkg/compiler/lib/src/dart2jslib.dart
|
| +++ b/pkg/compiler/lib/src/dart2jslib.dart
|
| @@ -32,6 +32,7 @@ import 'elements/modelx.dart'
|
| AnalyzableElement,
|
| DeferredLoaderGetterElementX;
|
| import 'helpers/helpers.dart'; // Included for debug helpers.
|
| +import 'io/code_output.dart' show CodeBuffer;
|
| import 'js/js.dart' as js;
|
| import 'js_backend/js_backend.dart' as js_backend;
|
| import 'library_loader.dart'
|
| @@ -69,7 +70,6 @@ export 'util/util.dart'
|
| CURRENT_ELEMENT_SPANNABLE,
|
| NO_LOCATION_SPANNABLE;
|
|
|
| -part 'code_buffer.dart';
|
| part 'compile_time_constants.dart';
|
| part 'compiler.dart';
|
| part 'constant_system.dart';
|
|
|