mirror of
https://github.com/denoland/deno.git
synced 2025-08-30 23:38:03 +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
|
@ -11,7 +11,7 @@ const {
|
|||
TypeError,
|
||||
} = primordials;
|
||||
import { build } from "internal:runtime/js/01_build.js";
|
||||
import { URLPrototype } from "internal:ext/url/00_url.js";
|
||||
import { URLPrototype } from "internal:deno_url/00_url.js";
|
||||
let logDebug = false;
|
||||
let logSource = "JS";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue