On Tue, Jan 17, 2012 at 7:30 AM, Axel Rauschmayer <[email protected]> wrote:
Nitpick > - None of the above => ES3 semantics That should be ES5 (non-strict) semantics. There are (a few) incompatible changes between ES3 and ES5, and you don't want to reintroduce the ES3 behavior (e.g., RegExp literal instance sharing). /L _______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

