mirror of
https://github.com/denoland/deno.git
synced 2025-03-04 09:57:11 -05:00
4 lines
106 B
TypeScript
4 lines
106 B
TypeScript
// @ts-ignore
|
|
Deno.core.evalContext(
|
|
"(async () => console.log(await import('./subdir/mod4.js')))()"
|
|
);
|