1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-11 18:17:48 -05:00
denoland-deno/cli/standalone
Ian Bull 3a55b67815
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-26 09:23:09 -05:00
..
binary.rs chore(compile): prefer denort binary in target/ directory when available (#27052) 2024-11-26 09:23:09 -05:00
code_cache.rs chore(compile): log code cache file path (#26977) 2024-11-21 18:16:40 -05:00
file_system.rs fix(compile): handle TypeScript file included as asset (#27032) 2024-11-25 09:37:48 -05:00
mod.rs fix(compile): handle TypeScript file included as asset (#27032) 2024-11-25 09:37:48 -05: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-25 17:08:06 -05:00