aboutsummaryrefslogtreecommitdiff
path: root/test/bun.js/import.live.rexport.js
blob: e4accd2ba4e7602617608bc61a89da42a41f53f0 (plain) (blame)
1
2
export { foo, setFoo } from "./import.live.decl";
import { foo as bar } from "./import.live.decl";