aboutsummaryrefslogtreecommitdiff
path: root/src/test/fixtures/export-from.js
blob: aff2d3309618e6be3014dc7067f47d4298308086 (plain) (blame)
1
2
export { foo } from "export-from-target";
export { foo as bar } from "export-from-target";