| Index: lib/src/codegen/js_field_storage.dart
|
| diff --git a/lib/src/codegen/js_field_storage.dart b/lib/src/codegen/js_field_storage.dart
|
| index 882359802c8b842c68eeeef82c479998d7c0607f..8828ade81a70675a32f6db30fec11cad8d85b7a8 100644
|
| --- a/lib/src/codegen/js_field_storage.dart
|
| +++ b/lib/src/codegen/js_field_storage.dart
|
| @@ -3,8 +3,8 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| import 'dart:collection' show HashMap, HashSet;
|
| -import 'package:analyzer/src/generated/ast.dart' show Identifier;
|
| -import 'package:analyzer/src/generated/element.dart';
|
| +import 'package:analyzer/dart/ast/ast.dart' show Identifier;
|
| +import 'package:analyzer/dart/element/element.dart';
|
|
|
| import 'js_codegen.dart' show ExtensionTypeSet;
|
| import '../info.dart' show LibraryUnit;
|
|
|