| Index: lib/src/js/js_ast.dart
|
| diff --git a/lib/src/js/js_ast.dart b/lib/src/js/js_ast.dart
|
| index 1c9481738e311e5f7998ac59299585aee06c1b7a..68c706a9425e25a9c6235203e4cc158b378f814a 100644
|
| --- a/lib/src/js/js_ast.dart
|
| +++ b/lib/src/js/js_ast.dart
|
| @@ -4,13 +4,14 @@
|
|
|
| library js_ast;
|
|
|
| -import '../closure/closure_annotation.dart';
|
| -
|
| import 'precedence.dart';
|
| import 'characters.dart' as charCodes;
|
| +import '../closure/closure_annotation.dart';
|
|
|
| part 'nodes.dart';
|
| part 'builder.dart';
|
| +part 'js_types.dart';
|
| part 'module_transform.dart';
|
| part 'printer.dart';
|
| part 'template.dart';
|
| +part 'type_printer.dart';
|
|
|