1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-22 23:19:55 -05:00
denoland-deno/cli/standalone
David Sherret 8cd9fa6aae
fix(node): correct resolution of dynamic import of esm from cjs (#27071)
Ensures a dynamic import in a CJS file will consider the referrer as an import for node resolution.

Also adds fixes (adds) support for `"resolution-mode"` in TypeScript.
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(node): correct resolution of dynamic import of esm from cjs (#27071) 2024-11-28 15:47:26 +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