Re: ES6 Collections Polyfill
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/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.de > > home: rauschma.de > twitter: twitter.com/rauschma > blog: 2ality.com > > ___ es-discuss mailing list es-discuss@mozilla.org https://mail.mozilla.org/listinfo/es-discuss
Re: ES6 Collections Polyfill
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.de home: rauschma.de twitter: twitter.com/rauschma blog: 2ality.com ___ es-discuss mailing list es-discuss@mozilla.org https://mail.mozilla.org/listinfo/es-discuss
ES6 Collections Polyfill
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 ___ es-discuss mailing list es-discuss@mozilla.org https://mail.mozilla.org/listinfo/es-discuss