summaryrefslogtreecommitdiff
path: root/cli/tests/module_graph/https_deno.land-x-lib-mod.js
diff options
context:
space:
mode:
authorKitson Kelly <me@kitsonkelly.com>2020-09-25 08:31:17 +1000
committerGitHub <noreply@github.com>2020-09-25 08:31:17 +1000
commitc489589e2b220317609689fbb1d0aec06191c7e9 (patch)
tree43d083abad7e900ebd2c7fd84160305aa6ebc5ed /cli/tests/module_graph/https_deno.land-x-lib-mod.js
parent7726cfb93243932a07107f67b87032adb40abdc0 (diff)
refactor: new module graph used for no check (#7621)
Diffstat (limited to 'cli/tests/module_graph/https_deno.land-x-lib-mod.js')
-rw-r--r--cli/tests/module_graph/https_deno.land-x-lib-mod.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/cli/tests/module_graph/https_deno.land-x-lib-mod.js b/cli/tests/module_graph/https_deno.land-x-lib-mod.js
new file mode 100644
index 000000000..505162094
--- /dev/null
+++ b/cli/tests/module_graph/https_deno.land-x-lib-mod.js
@@ -0,0 +1,5 @@
+export * as a from "./a.ts";
+export * as b from "./b.js";
+export * as c from "./c.js";
+
+export const mod = [];