mdx icon indicating copy to clipboard operation
mdx copied to clipboard

Add support for non-identifiers in export/imports

Open wooorm opened this issue 1 year ago • 2 comments

Initial checklist

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

wooorm avatar Sep 13 '24 10:09 wooorm