mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
acee1944b9
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
4 lines
106 B
TypeScript
4 lines
106 B
TypeScript
// @ts-ignore
|
|
Deno.core.evalContext(
|
|
"(async () => console.log(await import('./subdir/mod4.js')))()"
|
|
);
|