| Index: sdk/lib/_internal/compiler/implementation/mirror_renamer/mirror_renamer.dart
|
| diff --git a/sdk/lib/_internal/compiler/implementation/mirror_renamer/mirror_renamer.dart b/sdk/lib/_internal/compiler/implementation/mirror_renamer/mirror_renamer.dart
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..3ed8b5dd109a7b1278cadd40c77b2cc8c28da521
|
| --- /dev/null
|
| +++ b/sdk/lib/_internal/compiler/implementation/mirror_renamer/mirror_renamer.dart
|
| @@ -0,0 +1,14 @@
|
| +// Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
|
| +// for details. All rights reserved. Use of this source code is governed by a
|
| +// BSD-style license that can be found in the LICENSE file.
|
| +
|
| +library mirror_renamer;
|
| +
|
| +// TODO(zarah): Remove this hack! LibraryElementX should not be created outside
|
| +// the library loader!
|
| +import '../elements/modelx.dart' show LibraryElementX;
|
| +import '../dart2jslib.dart' show Script, Compiler;
|
| +import '../tree/tree.dart';
|
| +import '../elements/elements.dart';
|
| +
|
| +part 'renamer.dart';
|
|
|