diff options
Diffstat (limited to 'ext/web/00_infra.js')
-rw-r--r-- | ext/web/00_infra.js | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/ext/web/00_infra.js b/ext/web/00_infra.js index da6fe0f88..1a2c34ecc 100644 --- a/ext/web/00_infra.js +++ b/ext/web/00_infra.js @@ -7,10 +7,7 @@ /// <reference path="../web/lib.deno_web.d.ts" /> import { core, internals, primordials } from "ext:core/mod.js"; -const { - op_base64_encode, - op_base64_decode, -} = core.ensureFastOps(); +import { op_base64_decode, op_base64_encode } from "ext:core/ops"; const { ArrayPrototypeJoin, ArrayPrototypeMap, |