export should not `resolve`
e.g. export var x need to expand and codegen to var x_1; export { x_1 as x }
forms to check:
export var xexport { x }export { x } from 'm'
e.g. export var x need to expand and codegen to var x_1; export { x_1 as x }
forms to check:
export var xexport { x }export { x } from 'm'