### What problem does this feature solve? Add support for deferring module evaluation (`import defer`): ```js import defer * as yNamespace from "y"; ``` ### What does the proposed API of configuration look like? Ref: - Proposal: https://github.com/tc39/proposal-defer-import-eval - webpack PR (merged): https://github.com/webpack/webpack/pull/16567 - Rollup: https://github.com/rollup/rollup/issues/5932 - TypeScript (merged): https://github.com/microsoft/TypeScript/pull/60757
What problem does this feature solve?
Add support for deferring module evaluation (
import defer):What does the proposed API of configuration look like?
Ref:
import deferproposal microsoft/TypeScript#60757