What problem does this feature solve?
https://github.com/rolldown/rolldown/blob/main/crates/rolldown/tests/rolldown/semantic/export_star_from_external_as_shared_entries/artifacts.snap
The current output is:
// entry.js
export * from "node:fs"
// entry2.js
import "./entry.js";
export * from "node:fs"
But it can be:
// entry.js
export * from "node:fs"
// entry2.js
export * from "node:fs"
refs #7194 (comment)
What does the proposed API look like?
Not an API change.
What problem does this feature solve?
https://github.com/rolldown/rolldown/blob/main/crates/rolldown/tests/rolldown/semantic/export_star_from_external_as_shared_entries/artifacts.snap
The current output is:
But it can be:
refs #7194 (comment)
What does the proposed API look like?
Not an API change.