mirror of
https://github.com/denoland/deno.git
synced 2024-10-31 09:14:20 -04:00
8 lines
178 B
JavaScript
8 lines
178 B
JavaScript
import { foo } from "./tla3/timeout_loop.js";
|
|
|
|
export const collection = [];
|
|
|
|
const mod = await import("./tla3/b.js");
|
|
|
|
console.log("foo in main", foo);
|
|
console.log("mod", mod);
|