diff options
Diffstat (limited to 'cli/tests/bundle/https_deno.land-x-lib-c.js')
-rw-r--r-- | cli/tests/bundle/https_deno.land-x-lib-c.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cli/tests/bundle/https_deno.land-x-lib-c.js b/cli/tests/bundle/https_deno.land-x-lib-c.js new file mode 100644 index 000000000..620ca0b66 --- /dev/null +++ b/cli/tests/bundle/https_deno.land-x-lib-c.js @@ -0,0 +1,3 @@ +/// <reference types="./c.d.ts" /> + +export const c = []; |