Kevin Smith (2014-06-09T16:17:42.000Z)
> Just another related issue: in Traceur code we use 'this' in modules to
> mean 'global', because in modules we have no other way to say 'global' in
> code designed to work in browsers and node.
>

Right - I do the same.  I think leaving "this" to mean global would be just
fine:  there's no obvious advantage to changing this aspect of the design,
this late in the game.  And if there's no obvious advantage, then we're
just churning.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.mozilla.org/pipermail/es-discuss/attachments/20140609/084829f8/attachment.html>
domenic at domenicdenicola.com (2014-06-12T22:26:36.376Z)
Right - I do the same.  I think leaving "this" to mean global would be just
fine:  there's no obvious advantage to changing this aspect of the design,
this late in the game.  And if there's no obvious advantage, then we're
just churning.