diff options
Diffstat (limited to 'ext/web/00_infra.js')
-rw-r--r-- | ext/web/00_infra.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ext/web/00_infra.js b/ext/web/00_infra.js index 441081604..91bacb9e9 100644 --- a/ext/web/00_infra.js +++ b/ext/web/00_infra.js @@ -6,10 +6,8 @@ /// <reference path="../web/internal.d.ts" /> /// <reference path="../web/lib.deno_web.d.ts" /> -const core = globalThis.Deno.core; -const internals = globalThis.__bootstrap.internals; +import { core, internals, primordials } from "ext:core/mod.js"; const ops = core.ops; -const primordials = globalThis.__bootstrap.primordials; const { ArrayPrototypeJoin, ArrayPrototypeMap, |