0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-01 09:24:20 -04:00
denoland-deno/cli/tests/testdata/run/fix_emittable_skipped.js

8 lines
142 B
JavaScript
Raw Normal View History

/// <reference types="../subdir/emittable.d.ts" />
import "../subdir/polyfill.ts";
export const a = "a";
console.log(globalThis.polyfill);