diff options
author | Kitson Kelly <me@kitsonkelly.com> | 2020-10-14 10:52:49 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-14 10:52:49 +1100 |
commit | 10654fa95553866c63a56a7f84c7ec47fb7aac9c (patch) | |
tree | 011b6f67259db903cda6bf61d439fdeec588835d /cli/tests/tsc2/https_deno.land-x-a.ts | |
parent | 374d433f1f4885686dc5c166be3a25c839e22959 (diff) |
refactor(cli): add tsc2 (#7942)
Ref #7225
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); |