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

Unified Diff: pkg/intl/lib/intl.dart

Issue 11048027: Make the date formatting library visible in apidoc by merging it into Intl (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 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/intl/lib/date_symbol_data_local.dart ('k') | pkg/intl/lib/src/date_format_internal.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/intl/lib/intl.dart
===================================================================
--- pkg/intl/lib/intl.dart (revision 13189)
+++ pkg/intl/lib/intl.dart (working copy)
@@ -8,9 +8,14 @@
*/
#library('intl');
-#import('date_format.dart');
#import('src/intl_helpers.dart');
+#import('dart:math');
+#import('date_symbols.dart');
+#import('src/date_format_internal.dart');
+#source('date_format.dart');
+#source('src/date_format_field.dart');
+#source('src/date_format_helpers.dart');
#source('bidi_formatter.dart');
#source('bidi_utils.dart');
« no previous file with comments | « pkg/intl/lib/date_symbol_data_local.dart ('k') | pkg/intl/lib/src/date_format_internal.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698