mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 02:48:24 +00:00
refactor: remove prefix from include_js_files & use extension name (#17683)
This commit is contained in:
parent
b4aa153097
commit
49af1ab18d
88 changed files with 271 additions and 308 deletions
|
@ -12,7 +12,7 @@
|
|||
|
||||
const core = globalThis.Deno.core;
|
||||
const ops = core.ops;
|
||||
import * as webidl from "internal:ext/webidl/00_webidl.js";
|
||||
import * as webidl from "internal:deno_webidl/00_webidl.js";
|
||||
const primordials = globalThis.__bootstrap.primordials;
|
||||
const {
|
||||
ArrayBufferPrototype,
|
||||
|
@ -38,7 +38,7 @@ const {
|
|||
TypeError,
|
||||
Uint8Array,
|
||||
} = primordials;
|
||||
import { createFilteredInspectProxy } from "internal:ext/console/02_console.js";
|
||||
import { createFilteredInspectProxy } from "internal:deno_console/02_console.js";
|
||||
|
||||
// TODO(lucacasonato): this needs to not be hardcoded and instead depend on
|
||||
// host os.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue