deno/runtime/ops
Bartek Iwańczuk 189ccffdb9
feat: Codegen feature flags (#28920)
This commit adds "deno_features" crate that contains definitions of all
unstable features in Deno.

Based on these definitions, both Rust and JS code is generated ensuring
that the two are always in sync.

In addition some of flag handling was rewritten to use the generated
definitions, instead of hand rolling these flag definitions.

---------

Co-authored-by: snek <snek@deno.com>
2025-04-25 08:33:45 +00:00
..
web_worker refactor: update deno_core for error refactor (#26867) 2025-01-08 14:52:32 -08:00
bootstrap.rs feat: Codegen feature flags (#28920) 2025-04-25 08:33:45 +00:00
fs_events.rs refactor: update deno_core for error refactor (#26867) 2025-01-08 14:52:32 -08:00
http.rs refactor: update deno_core for error refactor (#26867) 2025-01-08 14:52:32 -08:00
mod.rs refactor: add 'deno_process' crate (#27680) 2025-01-17 13:30:14 +01:00
permissions.rs refactor: update deno_core for error refactor (#26867) 2025-01-08 14:52:32 -08:00
runtime.rs refactor: internal logging utility (#28567) 2025-03-21 12:17:50 +01:00
tty.rs refactor: add 'deno_process' crate (#27680) 2025-01-17 13:30:14 +01:00
web_worker.rs chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
worker_host.rs refactor: update deno_core for error refactor (#26867) 2025-01-08 14:52:32 -08:00