1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-11 00:21:05 -05:00
denoland-deno/cli/tests
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
..
integration fix(compile): inline symlinks as files outside node_modules dir and warn for directories (#19285) 2023-05-27 10:33:15 -04:00
node_compat refactor(node/http): don't use readablestream for writing to request (#19282) 2023-05-27 15:42:20 +02:00
testdata fix(compile): inline symlinks as files outside node_modules dir and warn for directories (#19285) 2023-05-27 10:33:15 -04:00
unit feat(ext/fs): add isBlockDevice, isCharDevice, isFifo, isSocket to FileInfo (#19008) 2023-05-24 21:18:13 +02:00
unit_node fix(node): make 'v8.setFlagsFromString' a noop (#19271) 2023-05-26 15:41:03 +02:00
integration_tests.rs tests: move integration tests to a single module (#17380) 2023-01-13 02:59:13 +01:00