On 8 October 2012 18:24, Allen Wirfs-Brock <[email protected]> wrote:
> You desugaring would break ES<=5.1 compatibility for:
>
> (unction (p) {
>    var p;
>    return typeof p
> })("test")
>
> ES5.1 returns "string", your desugaring returns "undefined"

I'm probably just being blind, but I'm not seeing it. Why?

/Andreas
_______________________________________________
es-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to