On Sun, Jun 15, 2014 at 8:32 PM, Axel Rauschmayer <a...@rauschma.de> wrote:

> I apologize for this email, but I still don’t understand the current
> module design.
> ...
> **Single-export modules.** Still missing is support for single-export
> modules, which could be added as follows (the keyword `default` instead of
> the asterisk works just as well, in my opinion).
>
> ```js
> // Module 'MyClass'
> export* class {
> };
>
> // Module 'client3'
> import* MyClass from 'MyClass';
> ```
>

Are these now part of the module design or are you advocating for change?
jjb
_______________________________________________
es-discuss mailing list
es-discuss@mozilla.org
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to