0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-10-31 09:14:20 -04:00
denoland-deno/ext
Bartek Iwańczuk 96ea5b1d3d
refactor: deno_core not using std::env::current_dir (#18173)
This commit changes "deno_core" to not rely on implicitly calling
"std::env::current_dir()" when resolving module specifiers using
APIs from "deno_core::modules_specifier".

Supersedes https://github.com/denoland/deno/pull/15454
2023-03-14 16:47:09 -04:00
..
broadcast_channel chore: forward v1.31.2 release commit to main (#18114) 2023-03-10 17:39:29 +09:00
cache chore: forward v1.31.2 release commit to main (#18114) 2023-03-10 17:39:29 +09:00
console chore: forward v1.31.2 release commit to main (#18114) 2023-03-10 17:39:29 +09:00
crypto fix(ext/node): add crypto.createCipheriv (#18091) 2023-03-14 15:59:23 +09:00
fetch feat(ext/fetch): support fallible request-builder hooks (#18116) 2023-03-13 10:29:05 +00:00
ffi chore: forward v1.31.2 release commit to main (#18114) 2023-03-10 17:39:29 +09:00
flash chore: forward v1.31.2 release commit to main (#18114) 2023-03-10 17:39:29 +09:00
fs fix(ext/fs): retry if file already exists in makeTempFile (#17787) 2023-03-13 20:54:34 +01:00
http fix(core): SafePromiseAll to be unaffected by Array#@@iterator (#17542) 2023-03-13 19:24:31 +09:00
io chore: forward v1.31.2 release commit to main (#18114) 2023-03-10 17:39:29 +09:00
napi chore: forward v1.31.2 release commit to main (#18114) 2023-03-10 17:39:29 +09:00
net chore: forward v1.31.2 release commit to main (#18114) 2023-03-10 17:39:29 +09:00
node refactor: deno_core not using std::env::current_dir (#18173) 2023-03-14 16:47:09 -04:00
tls chore: forward v1.31.2 release commit to main (#18114) 2023-03-10 17:39:29 +09:00
url feat(ext/url): URLSearchParams.size (#17884) 2023-03-14 20:28:33 +00:00
web fix(ext/web): Stop using globalThis.ReadableStream in Blob (#18187) 2023-03-14 15:06:12 +01:00
webgpu build: run clippy with --all-features (#18115) 2023-03-10 21:07:28 +09:00
webidl chore: forward v1.31.2 release commit to main (#18114) 2023-03-10 17:39:29 +09:00
websocket chore: forward v1.31.2 release commit to main (#18114) 2023-03-10 17:39:29 +09:00
webstorage chore: forward v1.31.2 release commit to main (#18114) 2023-03-10 17:39:29 +09:00