mirror of
https://github.com/danbulant/oxc
synced 2026-05-25 04:42:10 +00:00
2 lines
128 B
JavaScript
2 lines
128 B
JavaScript
import { foo } from './sibling-with-names' // ensure importing exported name doesn't block
|
|
export * from './sibling-with-names'
|