mirror of
https://github.com/denoland/deno.git
synced 2024-11-02 09:34:19 -04:00
abd9610530
This commit removes "Deno.core" namespace. It is strictly private API that has no stability guarantees, we were supposed to remove it long time ago. Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
4 lines
181 B
TypeScript
4 lines
181 B
TypeScript
// @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')))()",
|
|
);
|