Re: ES6 Collections Polyfill

2012-01-18 Thread Andrea Giammarchi
I had a quick look and ... well, that's about Map and Set only, talking about collections, but the API is not fully aligned. I will add it as third alternative ASAP in any case so thanks a lot. br On Wed, Jan 18, 2012 at 10:26 AM, Axel Rauschmayer wrote: > Nice! Related: https://github.com/pa

Re: ES6 Collections Polyfill

2012-01-18 Thread Axel Rauschmayer
Nice! Related: https://github.com/paulmillr/es6-shim On Jan 18, 2012, at 8:54 , Andrea Giammarchi wrote: > Somebody may be interested into ES6 Map, WeakMap, and Set > Here my attempt with all explanations: > https://github.com/WebReflection/es6-collections -- Dr. Axel Rauschmayer a...@rauschma.

ES6 Collections Polyfill

2012-01-17 Thread Andrea Giammarchi
Somebody may be interested into ES6 Map, WeakMap, and Set Here my attempt with all explanations: https://github.com/WebReflection/es6-collections The code must work in every browser/JS engine, reasons about weakness choice listed too. Now you know, feedbacks welcome br __