Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-11-20 | chore: fix `__runtime_js_sources` feature flag (#21265) | Divy Srivastava | |
2023-11-15 | perf: static bootstrap options in snapshot (#21213) | Divy Srivastava | |
Closes https://github.com/denoland/deno/issues/21133 | |||
2023-11-15 | fix(runtime): fix Deno.noColor when stdout is not tty (#21208) | Yoshiya Hinosawa | |
2023-11-13 | perf: lazy bootstrap options - first pass (#21164) | Divy Srivastava | |
Move most runtime options to be lazily loaded. Constant options will be covered in a different PR. Towards https://github.com/denoland/deno/issues/21133 |