ajvincent / es-membrane

An ECMAScript implementation of a Membrane, allowing users to dynamically hide, override, or extend objects in JavaScript with controlled effects on the original objects.
ISC License
109 stars 13 forks source link

ObjectGraph refactor: Remove DimensionalMap #222

Closed ajvincent closed 4 years ago

ajvincent commented 4 years ago

No longer necessary, and besides, CompositeKey will be more useful as a hash key for a regular WeakMap.