diff options
| author | Leo Kettmeir <crowlkats@toaxl.com> | 2023-02-07 22:09:50 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-07 21:09:50 +0000 |
| commit | 49af1ab18da02f09e65506c873526c40d005c4ed (patch) | |
| tree | 0d8f6028e98907096019500a7e1c717408eeb4e2 /ext/web/02_timers.js | |
| parent | b4aa1530970f7b9cc4e6f2f27e077852c4e178d3 (diff) | |
refactor: remove prefix from include_js_files & use extension name (#17683)
Diffstat (limited to 'ext/web/02_timers.js')
| -rw-r--r-- | ext/web/02_timers.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/web/02_timers.js b/ext/web/02_timers.js index 302b6f62c..24ec760bd 100644 --- a/ext/web/02_timers.js +++ b/ext/web/02_timers.js @@ -22,9 +22,9 @@ const { TypeError, indirectEval, } = primordials; -import * as webidl from "internal:ext/webidl/00_webidl.js"; -import { reportException } from "internal:ext/web/02_event.js"; -import { assert } from "internal:ext/web/00_infra.js"; +import * as webidl from "internal:deno_webidl/00_webidl.js"; +import { reportException } from "internal:deno_web/02_event.js"; +import { assert } from "internal:deno_web/00_infra.js"; const hrU8 = new Uint8Array(8); const hr = new Uint32Array(hrU8.buffer); |
