Kevin Smith (2013-04-09T15:41:04.000Z)
I'm not sure if this matters to you, but the current proposal (I believe)
is to resolve module "names" by appending a ".js" extension; clearly a
deviation from the web at large.

    import x from "x"; // supposedly fetches "x.js"

{ Kevin }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.mozilla.org/pipermail/es-discuss/attachments/20130409/778a1138/attachment-0001.html>
github at esdiscuss.org (2013-07-12T02:26:56.827Z)
I'm not sure if this matters to you, but the current proposal (I believe)
is to resolve module "names" by appending a ".js" extension; clearly a
deviation from the web at large.

```js
import x from "x"; // supposedly fetches "x.js"
```