mirror of
https://github.com/denoland/deno.git
synced 2025-08-03 18:38:33 +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
|
@ -2,8 +2,8 @@
|
|||
|
||||
/// <reference path="../../core/internal.d.ts" />
|
||||
|
||||
import { URL } from "internal:ext/url/00_url.js";
|
||||
import DOMException from "internal:ext/web/01_dom_exception.js";
|
||||
import { URL } from "internal:deno_url/00_url.js";
|
||||
import DOMException from "internal:deno_web/01_dom_exception.js";
|
||||
const primordials = globalThis.__bootstrap.primordials;
|
||||
const {
|
||||
Error,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue