summaryrefslogtreecommitdiff
path: root/ext/node/polyfills/internal/util.mjs
diff options
context:
space:
mode:
Diffstat (limited to 'ext/node/polyfills/internal/util.mjs')
-rw-r--r--ext/node/polyfills/internal/util.mjs10
1 files changed, 5 insertions, 5 deletions
diff --git a/ext/node/polyfills/internal/util.mjs b/ext/node/polyfills/internal/util.mjs
index ba26c6a6a..114af0c0b 100644
--- a/ext/node/polyfills/internal/util.mjs
+++ b/ext/node/polyfills/internal/util.mjs
@@ -1,10 +1,10 @@
// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
-import { validateFunction } from "internal:deno_node/polyfills/internal/validators.mjs";
-import { normalizeEncoding, slowCases } from "internal:deno_node/polyfills/internal/normalize_encoding.mjs";
+import { validateFunction } from "internal:deno_node/internal/validators.mjs";
+import { normalizeEncoding, slowCases } from "internal:deno_node/internal/normalize_encoding.mjs";
export { normalizeEncoding, slowCases };
-import { ObjectCreate, StringPrototypeToUpperCase } from "internal:deno_node/polyfills/internal/primordials.mjs";
-import { ERR_UNKNOWN_SIGNAL } from "internal:deno_node/polyfills/internal/errors.ts";
-import { os } from "internal:deno_node/polyfills/internal_binding/constants.ts";
+import { ObjectCreate, StringPrototypeToUpperCase } from "internal:deno_node/internal/primordials.mjs";
+import { ERR_UNKNOWN_SIGNAL } from "internal:deno_node/internal/errors.ts";
+import { os } from "internal:deno_node/internal_binding/constants.ts";
export const customInspectSymbol = Symbol.for("nodejs.util.inspect.custom");
export const kEnumerableProperty = Object.create(null);