summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/bundle/file_tests-subdir-k.ts
blob: 1b8a533f130302abadbf08334048c6f33aca4b48 (plain)
1
2
3
4
5
6
7
8
9
10
11
import * as _i from "./i.ts";
import * as _j from "./j.ts";

const k = globalThis.value ? _i : _j;

export const i = _i;
export const j = _j;

export const {
  a,
} = k;