summaryrefslogtreecommitdiff
path: root/tests/testdata/run/fix_emittable_skipped.js
blob: a4ccc9efda7f35af5b0103b4ed859ed0fa4fe103 (plain)
1
2
3
4
5
6
7
/// <reference types="../subdir/emittable.d.ts" />

import "../subdir/polyfill.ts";

export const a = "a";

console.log(globalThis.polyfill);