deno/cli/rt
snek bc1ced8260
refactor: allow lazy main module (#28929)
implement lazy(?) mode. an unconfigured jsruntime is created if
DENO_UNSTABLE_CONTROL_SOCK is present, and later passed into deno_runtime to be
configured and used.
2025-04-30 19:59:20 +00:00
..
binary.rs fix(compile): use a memory mapped file for fallback (#29039) 2025-04-24 17:19:52 +00:00
build.rs refactor: move denort to separate crate (#27688) 2025-01-17 20:39:29 +00:00
Cargo.toml v2.3.1 (#29107) 2025-04-30 10:48:46 +00:00
code_cache.rs refactor: move denort to separate crate (#27688) 2025-01-17 20:39:29 +00:00
file_system.rs feat(compile): support for ffi and node native addons (#28934) 2025-04-17 16:01:12 -04:00
integration_tests_runner.rs refactor: move denort to separate crate (#27688) 2025-01-17 20:39:29 +00:00
main.rs fix(compile): error when cannot extract binary section (#28986) 2025-04-21 15:21:37 +00:00
node.rs fix(node): support re-exported esm modules in cjs export analysis (#28379) 2025-03-05 16:37:46 -05:00
run.rs refactor: allow lazy main module (#28929) 2025-04-30 19:59:20 +00:00