1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/runtime/ops
Matt Mastracci bfd230fd78
chore: update inner #\![allow] to #[allow] (#20463)
Functions should generally be annotated with `#[allow]` blocks rather
than using inner `#![allow]` annotations.
2023-09-11 17:12:33 -06:00
..
os refactor: rewrite runtime/ ops to op2 (#20459) 2023-09-12 00:10:43 +02:00
web_worker Reland "fix(cli): don't store blob and data urls in the module cache" (#18581) 2023-07-02 00:52:30 +02:00
fs_events.rs refactor: rewrite runtime/ ops to op2 (#20459) 2023-09-12 00:10:43 +02:00
http.rs refactor(serde_v8): split ZeroCopyBuf into JsBuffer and ToJsBuffer (#19566) 2023-06-22 23:37:56 +02:00
mod.rs refactor: Add "deno_fs" extension crate (#18040) 2023-03-07 18:13:44 +09:00
permissions.rs refactor: rewrite runtime/ ops to op2 (#20459) 2023-09-12 00:10:43 +02:00
process.rs chore: update inner #\![allow] to #[allow] (#20463) 2023-09-11 17:12:33 -06:00
runtime.rs refactor: rewrite runtime/ ops to op2 (#20459) 2023-09-12 00:10:43 +02:00
signal.rs refactor: rewrite runtime/ ops to op2 (#20459) 2023-09-12 00:10:43 +02:00
tty.rs refactor: rewrite runtime/ ops to op2 (#20459) 2023-09-12 00:10:43 +02:00
utils.rs refactor: move TaskQueue from deno_runtime to deno_core (#18016) 2023-03-05 00:10:31 +00:00
web_worker.rs Revert "refactor: rewrite ops that use 'deferred' to use 'op2(async(lazy))' (#20303) (#20370) 2023-09-04 17:05:06 -04:00
worker_host.rs feat(ext/node): eagerly bootstrap node (#20153) 2023-08-16 04:36:36 +09:00