tc39 / proposal-defer-import-eval

A proposal for introducing a way to defer evaluate of a module
https://tc39.es/proposal-defer-import-eval
MIT License
208 stars 12 forks source link

Temporarily remove `export defer * as x from "x"` #32

Closed nicolo-ribaudo closed 5 months ago

nicolo-ribaudo commented 5 months ago

30 and #31, that implement more general "optional/deferred re-exports" with tree-shaking capabilities, give two different meaning to export defer * as x from "x":

Due to this difference, for now it's better to remove export defer * until its semantics are settlet, together with the other export defer/ export optional cases. I will include a revert for this commit in those two PRs.