| Index: pkg/compiler/lib/src/js/js_source_mapping.dart
|
| diff --git a/pkg/compiler/lib/src/js/js_source_mapping.dart b/pkg/compiler/lib/src/js/js_source_mapping.dart
|
| index 86b2601d30109bc4758b6f334537fb833c171a74..df49903d8a41ec64b3775a9cdd528dd282d4f83e 100644
|
| --- a/pkg/compiler/lib/src/js/js_source_mapping.dart
|
| +++ b/pkg/compiler/lib/src/js/js_source_mapping.dart
|
| @@ -4,11 +4,10 @@
|
|
|
| library js.source_mapping;
|
|
|
| -import 'js.dart';
|
| -import '../io/code_output.dart'
|
| - show BufferedCodeOutput, CodeBuffer, SourceLocations;
|
| +import '../io/code_output.dart' show BufferedCodeOutput, SourceLocations;
|
| import '../io/source_information.dart'
|
| show SourceLocation, SourceInformation, SourceInformationStrategy;
|
| +import 'js.dart';
|
|
|
| /// [SourceInformationStrategy] that can associate source information with
|
| /// JavaScript output.
|
|
|