Files
bun.sh/test/bun.js/import.live.rexport.js
2022-06-24 06:59:47 -07:00

3 lines
99 B
JavaScript

export { foo, setFoo } from "./import.live.decl";
import { foo as bar } from "./import.live.decl";