mirror of
https://github.com/denoland/deno.git
synced 2025-07-24 05:35:33 +00:00
refactor: rename deno
specifiers to internal
(#17655)
This commit is contained in:
parent
a09296322e
commit
84a96110cd
46 changed files with 95 additions and 84 deletions
|
@ -98,7 +98,7 @@ where
|
|||
Extension::builder(env!("CARGO_PKG_NAME"))
|
||||
.dependencies(vec!["deno_webidl", "deno_web", "deno_url", "deno_console"])
|
||||
.js(include_js_files!(
|
||||
prefix "deno:ext/fetch",
|
||||
prefix "internal:ext/fetch",
|
||||
"01_fetch_util.js",
|
||||
"20_headers.js",
|
||||
"21_formdata.js",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue