Kevin Smith (2014-01-28T03:13:42.000Z)
>
>
>> Because it is js everywhere. Pick any file in an AMD/require.js system
>> and you can parse it.
>>
>
> ES6 cannot support require as a function that synchronously loads from the
> filesystem, and I think you know this.
>
>
Without a new extension, you cannot "import" from an old-style module in
the browser or the server.  One must know a priori how to parse the file
before one parses the file.  Old-style modules cannot (in general) be
parsed as ES6 modules, and ES6 modules (in general) cannot be parsed as
old-style modules.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.mozilla.org/pipermail/es-discuss/attachments/20140127/1be16602/attachment.html>
domenic at domenicdenicola.com (2014-02-04T16:03:39.142Z)
> ES6 cannot support require as a function that synchronously loads from the
> filesystem, and I think you know this.

Without a new extension, you cannot "import" from an old-style module in
the browser or the server.  One must know a priori how to parse the file
before one parses the file.  Old-style modules cannot (in general) be
parsed as ES6 modules, and ES6 modules (in general) cannot be parsed as
old-style modules.