| Index: pkg/compiler/lib/src/io/source_information.dart
|
| diff --git a/pkg/compiler/lib/src/io/source_information.dart b/pkg/compiler/lib/src/io/source_information.dart
|
| index 7acf71922a49973c1e3b2a6c81d28ce8342275c6..8f83f9bbec35516bddec6d4e68cc2dd187a3edd1 100644
|
| --- a/pkg/compiler/lib/src/io/source_information.dart
|
| +++ b/pkg/compiler/lib/src/io/source_information.dart
|
| @@ -4,11 +4,14 @@
|
|
|
| library dart2js.source_information;
|
|
|
| -import '../dart2jslib.dart' show SourceSpan, MessageKind;
|
| +import '../diagnostics/source_span.dart' show
|
| + SourceSpan;
|
| import '../elements/elements.dart' show
|
| AstElement,
|
| LocalElement;
|
| -import '../tree/tree.dart' show Node, Send;
|
| +import '../tree/tree.dart' show
|
| + Node,
|
| + Send;
|
| import '../js/js.dart' show
|
| JavaScriptNodeSourceInformation;
|
| import 'source_file.dart';
|
|
|