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