summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/bundle/file_tests-fixture02.ts
blob: 0cd2913299019c353420ed2261c0479375ba1c63 (plain)
1
2
3
4
import * as b from "./subdir/b.ts";

console.log(b.b); // "b"
console.log(b.c); // { c: "c", default: class C }