Chromium Code Reviews| 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"; |