Provide the ability to return a ES6 Map(), and WeakMap()
EvanCarroll opened this issue · 2 comments
EvanCarroll commented
ES6 will be providing Map and WeakMap. We should privde the ability to return one of them instead.
What do you think about,
extend(super, override, <form>);
Where form
defaults to the typeOf super
?
Raynos commented
You can use xtend/mutable
that will mutate the source rather then create a new object.
Raynos commented
A function extend(map, otherMap)
is a different module, not this module.