Add support for `export defer`, when it lands
Author: wooormCreated Jun 26, 2025Updated Jun 26, 2025
Labels🌊 blocked/upstream🤞 phase/open
Initial checklist
- I read the support docs
- I read the contributing guide
- I agree to follow the code of conduct
- I searched issues and discussions and couldn’t find anything (or linked relevant results below)
Problem
https://tc39.es/proposal-deferred-reexports/#sec-exports
it’s being added to the AST over on estree/estree.
Current solutions
none
Proposed solutions
When it lands in estree and when it is in acorn and astring, add it here, and test everywhere.
Source: mdx-js/mdx