-
Notifications
You must be signed in to change notification settings - Fork 698
Description
Reproduction link or steps
What is expected?
Rollup: default.js
const foo = 42;
export { foo as default };What is actually happening?
Rolldown: default.js
//#region default.ts
const foo = 42;
var default_default = foo;
//#endregion
export { default_default };System Info
N/AAny additional comments?
Downstream: rolldown/tsdown#285
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels