| Index: pkg/compiler/lib/compiler.dart
|
| diff --git a/pkg/compiler/lib/compiler.dart b/pkg/compiler/lib/compiler.dart
|
| index 11e99b36e89e69f1dcb195697baea4dad8ff8d84..e0306730f4457d379fd51d524b8ff9b73ce953a1 100644
|
| --- a/pkg/compiler/lib/compiler.dart
|
| +++ b/pkg/compiler/lib/compiler.dart
|
| @@ -5,10 +5,12 @@
|
| library compiler;
|
|
|
| import 'dart:async';
|
| +
|
| import 'package:package_config/packages.dart';
|
| +
|
| import 'compiler_new.dart' as new_api;
|
| -import 'src/options.dart' show CompilerOptions;
|
| import 'src/old_to_new_api.dart';
|
| +import 'src/options.dart' show CompilerOptions;
|
|
|
| // Unless explicitly allowed, passing [:null:] for any argument to the
|
| // methods of library will result in an Error being thrown.
|
|
|