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

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

Issue 350183010: Add a CanonicalizedMap class to pkg/collection. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 6 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
Index: pkg/collection/lib/collection.dart
diff --git a/pkg/collection/lib/collection.dart b/pkg/collection/lib/collection.dart
index d640071630f6d47c782ef4da53caa3a8ab45cd34..d24dd39340b71344d0ad28e5e3b5e7a39559308f 100644
--- a/pkg/collection/lib/collection.dart
+++ b/pkg/collection/lib/collection.dart
@@ -21,4 +21,5 @@ export "algorithms.dart";
export "equality.dart";
export "iterable_zip.dart";
export "priority_queue.dart";
+export "src/canonicalized_map.dart";
Lasse Reichstein Nielsen 2014/06/27 06:57:47 This makes CanonicalizedMap *only* available by im
nweiz 2014/06/30 20:37:46 This is contrary to the standard package layout; I
Lasse Reichstein Nielsen 2014/07/01 09:18:14 I don't see where the standard layout (https://www
nweiz 2014/07/01 21:21:44 That page just lists the hard requirements and str
export "wrappers.dart";

Powered by Google App Engine
This is Rietveld 408576698