summaryrefslogtreecommitdiff
path: root/ext/node/polyfills/_zlib.mjs
diff options
context:
space:
mode:
Diffstat (limited to 'ext/node/polyfills/_zlib.mjs')
-rw-r--r--ext/node/polyfills/_zlib.mjs14
1 files changed, 7 insertions, 7 deletions
diff --git a/ext/node/polyfills/_zlib.mjs b/ext/node/polyfills/_zlib.mjs
index 0b1cb2d5f..281746105 100644
--- a/ext/node/polyfills/_zlib.mjs
+++ b/ext/node/polyfills/_zlib.mjs
@@ -4,13 +4,13 @@
// deno-lint-ignore-file
-import { Buffer, kMaxLength } from "internal:deno_node/polyfills/buffer.ts";
-import { Transform } from "internal:deno_node/polyfills/stream.ts";
-import * as binding from "internal:deno_node/polyfills/_zlib_binding.mjs";
-import util from "internal:deno_node/polyfills/util.ts";
-import { ok as assert } from "internal:deno_node/polyfills/assert.ts";
-import { zlib as zlibConstants } from "internal:deno_node/polyfills/internal_binding/constants.ts";
-import { nextTick } from "internal:deno_node/polyfills/_next_tick.ts";
+import { Buffer, kMaxLength } from "internal:deno_node/buffer.ts";
+import { Transform } from "internal:deno_node/stream.ts";
+import * as binding from "internal:deno_node/_zlib_binding.mjs";
+import util from "internal:deno_node/util.ts";
+import { ok as assert } from "internal:deno_node/assert.ts";
+import { zlib as zlibConstants } from "internal:deno_node/internal_binding/constants.ts";
+import { nextTick } from "internal:deno_node/_next_tick.ts";
var kRangeErrorMessage = "Cannot create final Buffer. It would be larger " +
"than 0x" + kMaxLength.toString(16) + " bytes";