Kevin Smith (2013-04-09T15:41:04.000Z)
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" ```