Rick Waldron (2014-03-14T14:40:12.000Z)
domenic at domenicdenicola.com (2014-03-21T15:03:23.175Z)
On Fri, Mar 14, 2014 at 10:07 AM, Mark Volkmann <r.mark.volkmann at gmail.com>wrote: > That's what I meant by importing all the exports. > I'd prefer it if the syntax for that was > > ```js > import M from "wherever"; > ``` As Kevin said, this already means "import the default export from 'wherever'" >> I fail to see why sugar over this form is necessary. Because it doesn't allow for the Assignment Expression form (specifically, function expressions) that developers expect to be able to write: export default function() {}