1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-03 17:08:35 -05:00
denoland-deno/cli/standalone
David Sherret 115a306656
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-26 14:38:24 -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(node): correct resolution of dynamic import of esm from cjs (#27071) 2024-11-26 14:38:24 -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