mirror of
https://github.com/denoland/deno.git
synced 2025-09-28 13:14:48 +00:00
parent
034ab48086
commit
57e95032c8
59 changed files with 886 additions and 67 deletions
5
cli/tests/bundle/https_deno.land-x-lib-mod.js
Normal file
5
cli/tests/bundle/https_deno.land-x-lib-mod.js
Normal file
|
@ -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 = [];
|
Loading…
Add table
Add a link
Reference in a new issue