The other option (I say this bracing for pain), is to avoid potential full-tree re-validation by applying strictness to parameter bindings only, and not to default expressions.
This option might not be so bad if you consider that (a) code will gradually be moving into implicitly strict contexts (classes and modules) and (b) users generally don't like the "use strict" prologue anyway.
_______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

