Rick Waldron (2014-04-11T22:57:31.000Z)
On Fri, Apr 11, 2014 at 6:23 PM, Jonathan Bond-Caron <
jbondc at gdesolutions.com> wrote:

> On Fri Apr 11 05:52 PM, Domenic Denicola wrote:
> > What use cases does this solve for JavaScript, not TypeScript?
> >
>
> Not sure, benefit comes down to subjective preference. Keeps the single
> 'module' per file pattern from node.js
>

This is already the case for ES6 modules, without eating up another
reserved word.

Rick
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.mozilla.org/pipermail/es-discuss/attachments/20140411/cbe131d6/attachment.html>
domenic at domenicdenicola.com (2014-04-15T15:47:42.532Z)
On Fri, Apr 11, 2014 at 6:23 PM, Jonathan Bond-Caron <jbondc at gdesolutions.com> wrote:

> Keeps the single 'module' per file pattern from node.js

This is already the case for ES6 modules, without eating up another
reserved word.