summaryrefslogtreecommitdiff
path: root/ext/node/polyfills/internal/timers.mjs
diff options
context:
space:
mode:
Diffstat (limited to 'ext/node/polyfills/internal/timers.mjs')
-rw-r--r--ext/node/polyfills/internal/timers.mjs8
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/node/polyfills/internal/timers.mjs b/ext/node/polyfills/internal/timers.mjs
index 6796885ce..bece251de 100644
--- a/ext/node/polyfills/internal/timers.mjs
+++ b/ext/node/polyfills/internal/timers.mjs
@@ -1,10 +1,10 @@
// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
// Copyright Joyent and Node contributors. All rights reserved. MIT license.
-import { inspect } from "internal:deno_node/polyfills/internal/util/inspect.mjs";
-import { validateFunction, validateNumber } from "internal:deno_node/polyfills/internal/validators.mjs";
-import { ERR_OUT_OF_RANGE } from "internal:deno_node/polyfills/internal/errors.ts";
-import { emitWarning } from "internal:deno_node/polyfills/process.ts";
+import { inspect } from "internal:deno_node/internal/util/inspect.mjs";
+import { validateFunction, validateNumber } from "internal:deno_node/internal/validators.mjs";
+import { ERR_OUT_OF_RANGE } from "internal:deno_node/internal/errors.ts";
+import { emitWarning } from "internal:deno_node/process.ts";
import {
setTimeout as setTimeout_,
clearTimeout as clearTimeout_,