proposal-export-default-from
proposal-export-default-from copied to clipboard
Proposal to add `export v from "mod";` to ECMAScript.
~~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