diff options
Diffstat (limited to 'ext/console/01_console.js')
-rw-r--r-- | ext/console/01_console.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ext/console/01_console.js b/ext/console/01_console.js index 4f0ff6362..27203789f 100644 --- a/ext/console/01_console.js +++ b/ext/console/01_console.js @@ -2,9 +2,7 @@ /// <reference path="../../core/internal.d.ts" /> -const core = globalThis.Deno.core; -const internals = globalThis.__bootstrap.internals; -const primordials = globalThis.__bootstrap.primordials; +import { core, internals, primordials } from "ext:core/mod.js"; const { AggregateErrorPrototype, Array, |