Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-12-06 | fix(compile/npm): ignore symlinks to non-existent paths in node_modules ↵ | David Sherret | |
directory (#21479) Part of https://github.com/denoland/deno/issues/21476 | |||
2023-05-27 | fix(compile): inline symlinks as files outside node_modules dir and warn for ↵ | David Sherret | |
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). |