| Index: lib/src/closure/closure_annotator.dart
|
| diff --git a/lib/src/closure/closure_annotator.dart b/lib/src/closure/closure_annotator.dart
|
| index 39f8031bed3cc624b8ec6e77f9c249cadb9c7c4c..7fb5348f0a4215c6ff30acda0e2707541a16dfd2 100644
|
| --- a/lib/src/closure/closure_annotator.dart
|
| +++ b/lib/src/closure/closure_annotator.dart
|
| @@ -7,7 +7,7 @@ import 'package:analyzer/dart/element/element.dart';
|
| import 'package:analyzer/dart/element/type.dart';
|
| import 'package:analyzer/src/generated/resolver.dart' show TypeProvider;
|
|
|
| -import '../js/js_ast.dart' as JS show Node, Expression, TypeRef;
|
| +import '../js_ast/js_ast.dart' as JS show Node, TypeRef;
|
|
|
| import 'closure_annotation.dart';
|
|
|
|
|