0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-24 06:02:18 -05:00
Commit graph

3 commits

Author SHA1 Message Date
Divy Srivastava
d58c70fbd1
fix(ext/node): clear tz cache when setting process.env.TZ (#27826) 2025-01-30 15:34:57 +01:00
Bartek Iwańczuk
1ce0cca0fd
fix(ext/os): pass SignalState to web worker (#27741)
Closes https://github.com/denoland/deno/issues/27717

Made a mistake in https://github.com/denoland/deno/pull/27655 and
didn't add the `SignalStore` for web worker.

(cherry picked from commit 395628026f)
2025-01-22 00:24:23 +01:00
Bartek Iwańczuk
e763b374ef
refactor: add 'deno_os' crate (#27655)
This commit creates "deno_os" extension crate and moves
numerous ops from "runtime/" crate to the new crate.
2025-01-16 23:32:11 +01:00
Renamed from runtime/ops/os/mod.rs (Browse further)