diff options
Diffstat (limited to 'cli/tests/tsc2/https_deno.land-x-a.ts')
-rw-r--r-- | cli/tests/tsc2/https_deno.land-x-a.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cli/tests/tsc2/https_deno.land-x-a.ts b/cli/tests/tsc2/https_deno.land-x-a.ts new file mode 100644 index 000000000..72b3a67bc --- /dev/null +++ b/cli/tests/tsc2/https_deno.land-x-a.ts @@ -0,0 +1,3 @@ +import * as b from "./b.ts"; + +console.log(b); |