Chromium Code Reviews| Index: sdk/lib/_internal/compiler/implementation/mirror_renamer/mirror_renamer.dart |
| diff --git a/pkg/analyzer_experimental/lib/src/services/formatter.dart b/sdk/lib/_internal/compiler/implementation/mirror_renamer/mirror_renamer.dart |
| similarity index 50% |
| copy from pkg/analyzer_experimental/lib/src/services/formatter.dart |
| copy to sdk/lib/_internal/compiler/implementation/mirror_renamer/mirror_renamer.dart |
| index 51141ddbb09d0d691303c4c2be82894107896dfb..d327b016a8dbdbb4eb01e2ecc10cbba95efb1075 100644 |
| --- a/pkg/analyzer_experimental/lib/src/services/formatter.dart |
| +++ b/sdk/lib/_internal/compiler/implementation/mirror_renamer/mirror_renamer.dart |
| @@ -2,9 +2,11 @@ |
| // 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 formatter; |
| +library mirror_renamer; |
| -import 'package:analyzer_experimental/src/services/formatter_impl.dart'; |
| +import '../elements/modelx.dart' show LibraryElementX; |
|
ahe
2013/08/06 15:53:36
Add TODO to remove this.
zarah
2013/08/08 12:17:10
Done.
|
| +import '../dart2jslib.dart' show Script, Compiler; |
| +import '../tree/tree.dart'; |
| +import '../elements/elements.dart'; |
| -//export 'package:analyzer_experimental/src/services/formatter_impl.dart' |
| -// show CodeFormatter; |
| +part 'renamer.dart'; |