summaryrefslogtreecommitdiff
path: root/tests/testdata/run/042_dyn_import_evalcontext.ts
blob: 386ae48ec7d09b2bb0e4ef28c447c3ebdc10729e (plain)
1
2
3
4
5
// @ts-expect-error "Deno[Deno.internal].core" is not a public interface
Deno[Deno.internal].core.evalContext(
  "(async () => console.log(await import('./subdir/mod4.js')))()",
  new URL("..", import.meta.url).href,
);