summaryrefslogtreecommitdiff
path: root/cli/tests/042_dyn_import_evalcontext.ts
blob: f31fffee95ab385629086a80a97b7e8bad577206 (plain)
1
2
3
4
// @ts-expect-error
Deno.core.evalContext(
  "(async () => console.log(await import('./subdir/mod4.js')))()",
);