diff options
author | Kitson Kelly <me@kitsonkelly.com> | 2020-09-25 08:31:17 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-25 08:31:17 +1000 |
commit | c489589e2b220317609689fbb1d0aec06191c7e9 (patch) | |
tree | 43d083abad7e900ebd2c7fd84160305aa6ebc5ed /cli/tests/module_graph/file_tests-main.ts | |
parent | 7726cfb93243932a07107f67b87032adb40abdc0 (diff) |
refactor: new module graph used for no check (#7621)
Diffstat (limited to 'cli/tests/module_graph/file_tests-main.ts')
-rw-r--r-- | cli/tests/module_graph/file_tests-main.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cli/tests/module_graph/file_tests-main.ts b/cli/tests/module_graph/file_tests-main.ts new file mode 100644 index 000000000..aa8eef1b8 --- /dev/null +++ b/cli/tests/module_graph/file_tests-main.ts @@ -0,0 +1,4 @@ +// @deno-types="https://deno.land/x/lib/mod.d.ts" +import * as lib from "https://deno.land/x/lib/mod.js"; + +console.log(lib); |