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

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

Issue 27224002: Proper formatter library for popular consumption. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: 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 | « no previous file | pkg/analyzer_experimental/lib/src/services/formatter.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer_experimental/lib/formatter.dart
===================================================================
--- pkg/analyzer_experimental/lib/formatter.dart (revision 28592)
+++ pkg/analyzer_experimental/lib/formatter.dart (working copy)
@@ -4,7 +4,5 @@
library formatter;
-//import 'package:analyzer_experimental/src/services/formatter_impl.dart';
-
-//export 'package:analyzer_experimental/src/services/formatter_impl.dart'
-// show CodeFormatter;
+export 'package:analyzer_experimental/src/services/formatter_impl.dart'
+ show CodeFormatter, FormatterOptions, FormattedSource, CodeKind;
« no previous file with comments | « no previous file | pkg/analyzer_experimental/lib/src/services/formatter.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698