diff options
Diffstat (limited to 'ext/node/polyfills/stream/consumers.mjs')
-rw-r--r-- | ext/node/polyfills/stream/consumers.mjs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/node/polyfills/stream/consumers.mjs b/ext/node/polyfills/stream/consumers.mjs index 40290df3e..e273e22af 100644 --- a/ext/node/polyfills/stream/consumers.mjs +++ b/ext/node/polyfills/stream/consumers.mjs @@ -1,8 +1,8 @@ // Copyright 2018-2023 the Deno authors. All rights reserved. MIT license. // Copyright Joyent and Node contributors. All rights reserved. MIT license. -import { TextDecoder } from "internal:deno_web/08_text_encoding.js"; -import { Buffer } from "internal:deno_node/buffer.ts"; +import { TextDecoder } from "ext:deno_web/08_text_encoding.js"; +import { Buffer } from "ext:deno_node/buffer.ts"; /** * @typedef {import('../_global.d.ts').ReadableStream |