From 57e95032c898cfdfe795e6924d402fdbe2ae59a8 Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Tue, 20 Oct 2020 14:10:42 +1100 Subject: feat(cli): add support for bundle --no-check (#8023) Fixes #6686 --- cli/tests/bundle/https_deno.land-x-lib-c.d.ts | 1 + 1 file changed, 1 insertion(+) create mode 100644 cli/tests/bundle/https_deno.land-x-lib-c.d.ts (limited to 'cli/tests/bundle/https_deno.land-x-lib-c.d.ts') diff --git a/cli/tests/bundle/https_deno.land-x-lib-c.d.ts b/cli/tests/bundle/https_deno.land-x-lib-c.d.ts new file mode 100644 index 000000000..fac988e49 --- /dev/null +++ b/cli/tests/bundle/https_deno.land-x-lib-c.d.ts @@ -0,0 +1 @@ +export const c: string[]; -- cgit v1.2.3