proposal-export-default-from icon indicating copy to clipboard operation
proposal-export-default-from copied to clipboard

Proposal to add `export v from "mod";` to ECMAScript.

Results 4 proposal-export-default-from issues
Sort by recently updated
recently updated
newest added

~~It's not clear if this behaviour is part of this proposal. If it is not currently a part of it,~~ its syntax could look something like: ```js export v, *...

What can be done to move this forward? I think it's important.

Fixed some typos in the docs.

This proposal disallows `export default from;` (which is valid ES2017 code). Is it intentional? Ref: https://github.com/babel/babel/pull/7309

question