mirror of
https://github.com/danbulant/oxc
synced 2026-05-25 04:42:10 +00:00
4 lines
73 B
JavaScript
4 lines
73 B
JavaScript
const bar = "bar";
|
|
export function foo() {}
|
|
|
|
export { bar as "default" }
|