1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 07:14:47 -05:00
denoland-deno/cli/standalone
David Sherret a96844118c
fix(compile): inline symlinks as files outside node_modules dir and warn for directories (#19285)
If a symlink within the `node_modules` directory lies outside that
directory, it will now warn and inline the file. For directories, it
will just warn for now.

Probably fixes #19251 (I'm still unable to reproduce).
2023-05-27 10:33:15 -04:00
..
binary.rs refactor: upgrade to deno_npm 0.6 (#19244) 2023-05-24 16:23:10 -04:00
file_system.rs feat(compile): unstable npm and node specifier support (#19005) 2023-05-10 20:06:59 -04:00
mod.rs fix(compile): implicit read permission to npm vfs (#19281) 2023-05-26 13:33:38 -04:00
virtual_fs.rs fix(compile): inline symlinks as files outside node_modules dir and warn for directories (#19285) 2023-05-27 10:33:15 -04:00