> As an aside, it is yet to be seen whether the "default" export thing is the 
> best way, or the bad part itself.  We don't have the real world experience 
> yet to answer that.

I’d even argue that they led to the predicament that we are currently in.

If the default export didn’t look like “the module”, things would, in my 
opinion, be easier to understand:

```js
import _ from "Underscore";
import { flatten, union } from "Underscore";
import default someFunction from "single_function_module";
```

-- 
Dr. Axel Rauschmayer
a...@rauschma.de
rauschma.de



_______________________________________________
es-discuss mailing list
es-discuss@mozilla.org
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to