Add support for non-identifiers in export/imports
Author: wooormCreated Sep 13, 2024Updated Oct 2, 2024
Labels🌊 blocked/upstream
Initial checklist
- I read the support docs
- I read the contributing guide
- I agree to follow the code of conduct
- I searched issues and couldn’t find anything (or linked relevant results below)
Affected packages and versions
all, probably
Link to runnable example
No response
Steps to reproduce
import { 'alpha-bravo' as charlieDelta } from 'echo'
export { 'foxtrot-golf' as 'hotel-india' } from 'juliet'Expected behavior
should work, somehow, probably.
Actual behavior
https://github.com/davidbonnet/astring/issues/713
Runtime
No response
Package manager
No response
OS
No response
Build and bundle tools
No response
Source: mdx-js/mdx