Polyfill for ES6 (Harmony) Map, WeakMap, Set, and WeakSet.
published version 1.1.0, 9 years agoOn V8, an objects' properties have a determined order. Essentially, if an object's property names are non-numeric, the properties will be sorted by insertion order. This allows us to create objects with sorted properties. This is useful for serializing
published version 1.0.1, 10 years ago