summaryrefslogtreecommitdiff
path: root/ext/node/polyfills/internal/streams/lazy_transform.mjs
diff options
context:
space:
mode:
Diffstat (limited to 'ext/node/polyfills/internal/streams/lazy_transform.mjs')
-rw-r--r--ext/node/polyfills/internal/streams/lazy_transform.mjs4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/node/polyfills/internal/streams/lazy_transform.mjs b/ext/node/polyfills/internal/streams/lazy_transform.mjs
index 40ddefea9..2e2defffc 100644
--- a/ext/node/polyfills/internal/streams/lazy_transform.mjs
+++ b/ext/node/polyfills/internal/streams/lazy_transform.mjs
@@ -2,8 +2,8 @@
// Copyright Joyent and Node contributors. All rights reserved. MIT license.
// deno-lint-ignore-file
-import { getDefaultEncoding } from "internal:deno_node/internal/crypto/util.ts";
-import stream from "internal:deno_node/stream.ts";
+import { getDefaultEncoding } from "ext:deno_node/internal/crypto/util.ts";
+import stream from "ext:deno_node/stream.ts";
function LazyTransform(options) {
this._options = options;