montagejs / collections

This package contains JavaScript implementations of common data structures with idiomatic interfaces.
http://www.collectionsjs.com
Other
2.09k stars 185 forks source link

MultiMap doesn't seem to be functioning properly #246

Open Paril opened 2 years ago

Paril commented 2 years ago

With node v16.14.0 and latest collections.js (5.1.13):

new MultiMap().get('test');
               ^

TypeError: Method Map.prototype.get called on incompatible receiver #<MultiMap>
    at MultiMap.get (<anonymous>)

Not sure exactly what approach to take to fixing this yet.