0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-08 23:31:24 -05:00
denoland-deno/cli/standalone
Ian Bull f49f7a6890
chore(compile): prefer denort binary in target/ directory when available (#27052)
Enhances the deno compile workflow for denort development by
automatically checking for a denort binary in the same directory as the
deno binary, provided both are located within a target/ directory. If
found, this denort binary will be used.
    
Key points:

- The DENORT_BIN environment variable remains supported for explicitly
specifying a custom denort binary path.
- Includes additional logic to verify if the deno binary is a symlink
pointing to an executable in the target/ directory.

---------

Signed-off-by: Ian Bull <irbull@gmail.com>
2024-11-28 15:47:26 +01:00
..
binary.rs chore(compile): prefer denort binary in target/ directory when available (#27052) 2024-11-28 15:47:26 +01:00
code_cache.rs chore(compile): log code cache file path (#26977) 2024-11-28 15:47:21 +01:00
file_system.rs fix(compile): handle TypeScript file included as asset (#27032) 2024-11-28 15:47:23 +01:00
mod.rs fix(compile): handle TypeScript file included as asset (#27032) 2024-11-28 15:47:23 +01:00
serialization.rs fix: improved support for cjs and cts modules (#26558) 2024-11-01 12:27:00 -04:00
virtual_fs.rs fix(compile): do not error embedding same symlink via multiple methods (#27015) 2024-11-28 15:47:24 +01:00