blob: 5d0b05e92a1150faca50b54f358034d737f4f766 (
plain)
1
2
3
4
5
6
|
// todo(dsherret): use ./subdir/a.ts once fixtures are restored
export { a as test1 } from "./file_tests-fixture16_2.ts";
export { a as test2 } from "./file_tests-fixture16_2.ts";
import { a } from "./file_tests-fixture16_2.ts";
console.log(a);
|