ecmascript-more-export-from
ecmascript-more-export-from copied to clipboard
Proposal: add more export-from statements in ES7
Results
1
ecmascript-more-export-from issues
Sort by
recently updated
recently updated
newest added
I'd like to suggest an additional `as v` extension on the import side. The syntax would be: ``` import {x,y} as v from "mod"; ``` The semantics would be to...