mirror of
https://github.com/denoland/deno.git
synced 2024-12-23 07:44:48 -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')))()"
|
|
);
|