summaryrefslogtreecommitdiff
path: root/ext/node/polyfills/internal/streams/transform.mjs
diff options
context:
space:
mode:
Diffstat (limited to 'ext/node/polyfills/internal/streams/transform.mjs')
-rw-r--r--ext/node/polyfills/internal/streams/transform.mjs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/node/polyfills/internal/streams/transform.mjs b/ext/node/polyfills/internal/streams/transform.mjs
index 53e841dd0..43198cfb2 100644
--- a/ext/node/polyfills/internal/streams/transform.mjs
+++ b/ext/node/polyfills/internal/streams/transform.mjs
@@ -2,6 +2,6 @@
// Copyright Joyent and Node contributors. All rights reserved. MIT license.
// deno-lint-ignore-file
-import { Transform } from "internal:deno_node/_stream.mjs";
+import { Transform } from "ext:deno_node/_stream.mjs";
export default Transform;