diff options
Diffstat (limited to 'ext/cache/01_cache.js')
-rw-r--r-- | ext/cache/01_cache.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/cache/01_cache.js b/ext/cache/01_cache.js index d3514a3f2..ef5db61cc 100644 --- a/ext/cache/01_cache.js +++ b/ext/cache/01_cache.js @@ -1,7 +1,6 @@ // Copyright 2018-2023 the Deno authors. All rights reserved. MIT license. -const core = globalThis.Deno.core; +import { core, primordials } from "ext:core/mod.js"; import * as webidl from "ext:deno_webidl/00_webidl.js"; -const primordials = globalThis.__bootstrap.primordials; const { ArrayPrototypePush, ObjectPrototypeIsPrototypeOf, |