gulpjs / undertaker

Task registry that allows composition through series/parallel methods.
MIT License
200 stars 31 forks source link

Use native WeakMap when available #81

Closed t-ricci-enhancers closed 6 years ago

t-ricci-enhancers commented 6 years ago

See https://www.npmjs.com/package/es6-weak-map#usage

phated commented 6 years ago

@t-ricci-molecle it already does this - check out the source: https://github.com/medikoo/es6-weak-map/blob/master/index.js

t-ricci-enhancers commented 6 years ago

@phated oh, ok. I missed that part. I think they just need to update the documentation or the example on npmjs.com