caitp / watchtower.js-old

MOVED TO https://github.com/angular/watchtower.js
6 stars 3 forks source link

ES6 Map: Does have Map.prototype.clear(), don't recreate map. #8

Closed caitp closed 10 years ago

caitp commented 10 years ago

This comes up in the 1/20/2014 harmony draft, and is available in the shim (although I had issues using it last time). Since this should be available, lets avoid the unpleasant expensive operation. https://github.com/paulmillr/es6-shim/blob/d9909011615cf3181a82440a415de383aa57f479/es6-shim.js#L1614