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.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

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
___
es-discuss mailing list
es-discuss@mozilla.org
https://mail.mozilla.org/listinfo/es-discuss