| Index: pkg/compiler/lib/src/js_backend/lookup_map_analysis.dart
|
| diff --git a/pkg/compiler/lib/src/js_backend/lookup_map_analysis.dart b/pkg/compiler/lib/src/js_backend/lookup_map_analysis.dart
|
| index a1543bd68197af4fe3d491f77b132cce67225fff..ee4272afc8a62d8d3c892caa820a0c136fb88b23 100644
|
| --- a/pkg/compiler/lib/src/js_backend/lookup_map_analysis.dart
|
| +++ b/pkg/compiler/lib/src/js_backend/lookup_map_analysis.dart
|
| @@ -5,6 +5,8 @@
|
| /// Analysis to determine how to generate code for `LookupMap`s.
|
| library compiler.src.js_backend.lookup_map_analysis;
|
|
|
| +import 'package:pub_semver/pub_semver.dart';
|
| +
|
| import '../common.dart';
|
| import '../common/registry.dart' show Registry;
|
| import '../compiler.dart' show Compiler;
|
| @@ -17,19 +19,10 @@ import '../constants/values.dart'
|
| StringConstantValue,
|
| TypeConstantValue;
|
| import '../dart_types.dart' show DartType;
|
| +import '../dart_types.dart' show InterfaceType;
|
| import '../elements/elements.dart'
|
| - show
|
| - ClassElement,
|
| - Element,
|
| - Elements,
|
| - FieldElement,
|
| - FunctionElement,
|
| - FunctionSignature,
|
| - LibraryElement,
|
| - VariableElement;
|
| + show ClassElement, FieldElement, LibraryElement, VariableElement;
|
| import 'js_backend.dart' show JavaScriptBackend;
|
| -import '../dart_types.dart' show DynamicType, InterfaceType;
|
| -import 'package:pub_semver/pub_semver.dart';
|
|
|
| /// An analysis and optimization to remove unused entries from a `LookupMap`.
|
| ///
|
|
|