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

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

Issue 138623002: Enable re-export in docgen. Work in progress. More to come. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 11 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/docgen/test/single_library_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/observe/lib/observe.dart
diff --git a/pkg/observe/lib/observe.dart b/pkg/observe/lib/observe.dart
index a8df890b74c2d2743a482cb3cc5875cd72846b52..218a0368c8ad706fa7b182370a3ec1bfa11b5773 100644
--- a/pkg/observe/lib/observe.dart
+++ b/pkg/observe/lib/observe.dart
@@ -76,6 +76,20 @@
* form into the second form automatically, to get the best of both worlds.
*/
library observe;
+import 'src/bind_property.dart';
+import 'src/change_notifier.dart';
+import 'src/change_record.dart';
+import 'src/compound_path_observer.dart';
+import 'src/list_path_observer.dart';
+import 'src/list_diff.dart';
+import 'src/metadata.dart';
+import 'src/observable.dart';
+import 'src/observable_box.dart';
+import 'src/observable_list.dart';
+import 'src/observable_map.dart';
+import 'src/path_observer.dart';
+import 'src/to_observable.dart';
+
export 'src/bind_property.dart';
export 'src/change_notifier.dart';
« no previous file with comments | « pkg/docgen/test/single_library_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698