| Index: pkg/compiler/lib/src/js_emitter/js_emitter.dart
|
| diff --git a/pkg/compiler/lib/src/js_emitter/js_emitter.dart b/pkg/compiler/lib/src/js_emitter/js_emitter.dart
|
| index 9778c938f3b5cd8b1b5e1d23d9a18821952b0817..a07320f0d7123a3fd11108866dc8be739fc1a27f 100644
|
| --- a/pkg/compiler/lib/src/js_emitter/js_emitter.dart
|
| +++ b/pkg/compiler/lib/src/js_emitter/js_emitter.dart
|
| @@ -5,11 +5,9 @@
|
| library dart2js.js_emitter;
|
|
|
| import 'dart:convert';
|
| -import 'dart:collection' show LinkedHashMap;
|
|
|
| import '../common.dart';
|
|
|
| -import '../constants/expressions.dart';
|
| import '../constants/values.dart';
|
|
|
| import '../closure.dart' show
|
| @@ -33,8 +31,6 @@ import '../elements/elements.dart' show
|
|
|
| import '../hash/sha1.dart' show Hasher;
|
|
|
| -import '../helpers/helpers.dart'; // Included for debug helpers.
|
| -
|
| import '../js/js.dart' as jsAst;
|
| import '../js/js.dart' show
|
| js;
|
|
|