mirror of
https://github.com/denoland/deno.git
synced 2024-11-04 08:54:20 -05:00
6 lines
246 B
TypeScript
6 lines
246 B
TypeScript
// 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);
|