1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-01 09:24:20 -04:00
denoland-deno/runtime/ops
Leo Kettmeir 2bebdc9116
feat(unstable): Ability to ref/unref "Child" in "Deno.spawnChild()" API (#15151)
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
Co-authored-by: Colin Ihrig <cjihrig@gmail.com>
2022-07-18 22:24:35 +02:00
..
web_worker feat(core): codegen ops (#13861) 2022-03-14 18:44:15 +01:00
fs.rs fix(cli): synchronize async stdio/file reads and writes (#15092) 2022-07-13 11:16:42 -04:00
fs_events.rs feat(ops): custom arity (#13949) 2022-03-14 23:38:53 +01:00
http.rs feat: upgrade to swc_ecmascript 0.137.0 (#14067) 2022-03-22 09:19:53 -04:00
io.rs fix(cli): synchronize async stdio/file reads and writes (#15092) 2022-07-13 11:16:42 -04:00
mod.rs feat(runtime): two-tier subprocess API (#11618) 2022-04-21 00:20:33 +02:00
os.rs build: require safety comments on unsafe code (#13870) 2022-06-26 00:13:24 +02:00
permissions.rs feat(ops): custom arity (#13949) 2022-03-14 23:38:53 +01:00
process.rs chore: fix Windows specific clippy errors (#15212) 2022-07-15 12:30:25 -04:00
runtime.rs chore: fix Windows specific clippy errors (#15212) 2022-07-15 12:30:25 -04:00
signal.rs feat(runtime/signal): implement SIGINT and SIGBREAK for windows (#14694) 2022-06-13 22:39:46 +02:00
spawn.rs feat(unstable): Ability to ref/unref "Child" in "Deno.spawnChild()" API (#15151) 2022-07-18 22:24:35 +02:00
tty.rs chore: fix Windows specific clippy errors (#15212) 2022-07-15 12:30:25 -04:00
utils.rs chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00
web_worker.rs chore(runtime): Make some ops in ext and runtime infallible. (#14589) 2022-05-13 10:36:31 +02:00
worker_host.rs Deno.exit() is an alias to self.close() in worker contexts (#14826) 2022-06-13 23:53:04 +02:00