Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1357)

Unified Diff: pkg/analyzer/lib/formatter.dart

Issue 45573002: Rename analyzer_experimental to analyzer. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Tweaks before publishing. Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/analyzer/lib/analyzer.dart ('k') | pkg/analyzer/lib/options.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/lib/formatter.dart
diff --git a/pkg/analyzer_experimental/lib/formatter.dart b/pkg/analyzer/lib/formatter.dart
similarity index 80%
rename from pkg/analyzer_experimental/lib/formatter.dart
rename to pkg/analyzer/lib/formatter.dart
index f98d2666a21a69cd2e2db427b91f2e61dabfc14f..5139cdeae58eb035b54ad1644b6b92d99817ea7a 100644
--- a/pkg/analyzer_experimental/lib/formatter.dart
+++ b/pkg/analyzer/lib/formatter.dart
@@ -4,5 +4,5 @@
library formatter;
-export 'package:analyzer_experimental/src/services/formatter_impl.dart'
+export 'package:analyzer/src/services/formatter_impl.dart'
show CodeFormatter, FormatterOptions, FormattedSource, CodeKind;
« no previous file with comments | « pkg/analyzer/lib/analyzer.dart ('k') | pkg/analyzer/lib/options.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698