sweet-js / sweet-core

Sweeten your JavaScript.
https://www.sweetjs.org
BSD 2-Clause "Simplified" License
4.58k stars 208 forks source link

export should not `resolve` #722

Closed disnet closed 7 years ago

disnet commented 7 years ago

e.g. export var x need to expand and codegen to var x_1; export { x_1 as x }

forms to check: