deno/tests/specs/compile
David Sherret dd4570ed85
perf(compile): code cache (#26528)
Adds a lazily created code cache to `deno compile` by default.

The code cache is created on first run to a single file in the temp
directory and is only written once. After it's been written, the code
cache becomes read only on subsequent runs. Only the modules loaded
during startup are cached (dynamic imports are not code cached).

The code cache can be disabled by compiling with `--no-code-cache`.
2024-11-18 20:09:28 +00:00
..
byonm_main_sub_dir
cjs
code_cache
determinism
env_vars_support
jsr_with_deps
no_code_cache
npm_cjs_reexport_relative_parent_component
npmrc_auto_install
npmrc_byonm
package_json_type
patch
permissions_denied
redirects
relative_permissions
repetitive_unstable_flag
workspace