1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-01 16:51:13 -05:00
denoland-deno/ext
Bartek Iwańczuk ddb5f64d02 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-16 11:58:43 +09:00
..
broadcast_channel 1.31.2 (#18111) 2023-03-10 14:25:50 +09:00
cache 1.31.2 (#18111) 2023-03-10 14:25:50 +09:00
console 1.31.2 (#18111) 2023-03-10 14:25:50 +09:00
crypto fix(ext/node): add crypto.createCipheriv (#18091) 2023-03-16 11:57:05 +09:00
fetch feat(ext/fetch): support fallible request-builder hooks (#18116) 2023-03-16 11:54:55 +09:00
ffi 1.31.2 (#18111) 2023-03-10 14:25:50 +09:00
flash 1.31.2 (#18111) 2023-03-10 14:25:50 +09:00
fs fix(ext/fs): retry if file already exists in makeTempFile (#17787) 2023-03-16 11:56:31 +09:00
http fix(core): SafePromiseAll to be unaffected by Array#@@iterator (#17542) 2023-03-16 11:54:49 +09:00
io 1.31.2 (#18111) 2023-03-10 14:25:50 +09:00
napi 1.31.2 (#18111) 2023-03-10 14:25:50 +09:00
net 1.31.2 (#18111) 2023-03-10 14:25:50 +09:00
node refactor: deno_core not using std::env::current_dir (#18173) 2023-03-16 11:58:43 +09:00
tls 1.31.2 (#18111) 2023-03-10 14:25:50 +09:00
url docs(ext): Update docs for URLPattern to make all examples work (#17870) 2023-03-16 11:55:46 +09:00
web fix(ext/web): Stop using globalThis.ReadableStream in Blob (#18187) 2023-03-16 11:57:48 +09:00
webgpu build: run clippy with --all-features (#18115) 2023-03-16 11:54:22 +09:00
webidl 1.31.2 (#18111) 2023-03-10 14:25:50 +09:00
websocket 1.31.2 (#18111) 2023-03-10 14:25:50 +09:00
webstorage 1.31.2 (#18111) 2023-03-10 14:25:50 +09:00