I wouldn't call the --harmony flag as a whole stable, primarily because the Proxy implementation hasn't be updated to the new spec. I would be hesitant to call Map and Set stable, because the iterator spec is just getting to the point of implementable now and isn't implemented yet in V8. It's not that what functions they have aren't stable, it's just that they lack some key functionality. WeakMap, however, is perfectly stable and feature complete and I would very much love to see that split off and enabled by default.
(also primitives are invalid keys for WeakMaps and throw an error) -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
