deno/cli/args
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
..
deno_json.rs fix(check): compiler options from workspace members (#27785) 2025-01-28 10:49:58 -05:00
flags.rs feat: Codegen feature flags (#28920) 2025-04-25 08:33:45 +00:00
flags_net.rs feat: support linux vsock (#28725) 2025-04-11 07:35:05 +02:00
lockfile.rs perf(lockfile): slightly terser lockfile formatting, remove old lockfile code (#28992) 2025-04-22 01:12:16 +00:00
mod.rs feat: Codegen feature flags (#28920) 2025-04-25 08:33:45 +00:00
package_json.rs feat(unstable): support using a local copy of npm packages (#28512) 2025-03-21 03:09:57 +00:00