| Index: lib/src/compiler/command.dart
|
| diff --git a/lib/src/compiler/command.dart b/lib/src/compiler/command.dart
|
| index 13ab330a267a4feed55c4c485dc8a950b7b50e41..d2e8d8c118cceefe2051ade70a937dc189273f51 100644
|
| --- a/lib/src/compiler/command.dart
|
| +++ b/lib/src/compiler/command.dart
|
| @@ -11,8 +11,7 @@ import 'package:args/command_runner.dart' show UsageException;
|
| import 'package:path/path.dart' as path;
|
|
|
| import '../analyzer/context.dart' show AnalyzerOptions;
|
| -import 'compiler.dart'
|
| - show BuildUnit, CompilerOptions, JSModuleFile, ModuleCompiler;
|
| +import 'compiler.dart' show BuildUnit, CompilerOptions, ModuleCompiler;
|
| import 'module_builder.dart';
|
|
|
| final ArgParser _argParser = () {
|
|
|