| Index: lib/src/codegen/js_printer.dart
|
| diff --git a/lib/src/codegen/js_printer.dart b/lib/src/codegen/js_printer.dart
|
| index 542e0d5f57b2d9abe8dcb9e1aad0829c4c9ab1f7..451e8e1b6f743bb271a151e357de58324ed8d69c 100644
|
| --- a/lib/src/codegen/js_printer.dart
|
| +++ b/lib/src/codegen/js_printer.dart
|
| @@ -5,7 +5,7 @@
|
| import 'dart:convert' show JSON, JsonEncoder;
|
| import 'dart:io' show Directory, File, Platform, Process;
|
|
|
| -import 'package:analyzer/src/generated/ast.dart';
|
| +import 'package:analyzer/dart/ast/ast.dart';
|
| import 'package:path/path.dart' as path;
|
| import 'package:source_maps/source_maps.dart' as srcmaps show Printer;
|
| import 'package:source_maps/source_maps.dart' show SourceMapSpan;
|
|
|