Re: [Bug 20019] Support subclassing ES6 Map

On Tue, Nov 20, 2012 at 10:57 AM, Mark S. Miller <erights@google.com> wrote:
> Since Map and Set will be in ES6 and MultiMap is trivially
> implementable from these, we can wait until we see some experimental
> implementations before standardizing. Hence the ES7 target.

Here’s my experimental implementation, in terms of my Map shim.

https://github.com/kriskowal/collections/blob/master/multi-map.js

Received on Tuesday, 20 November 2012 20:00:41 UTC