#2536·mdx

Add support for non-identifiers in export/imports

Author: wooormCreated Sep 13, 2024Updated Oct 2, 2024
Labels🌊 blocked/upstream

Initial checklist

Affected packages and versions

all, probably

Link to runnable example

No response

Steps to reproduce

javascript
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