mirror of
https://github.com/denoland/deno.git
synced 2025-10-02 15:14:33 +00:00
fix(std/node): resolve files in symlinked directories (#8840)
This commit is contained in:
parent
39bbbbce70
commit
4c4791b589
4 changed files with 11 additions and 10 deletions
1
std/node/tests/cjs/dir
Symbolic link
1
std/node/tests/cjs/dir
Symbolic link
|
@ -0,0 +1 @@
|
|||
./subdir/dir
|
4
std/node/tests/cjs/subdir/dir/index.js
Normal file
4
std/node/tests/cjs/subdir/dir/index.js
Normal file
|
@ -0,0 +1,4 @@
|
|||
// deno-lint-ignore-file no-undef
|
||||
const C = require("../cjs_c");
|
||||
|
||||
module.exports = { C };
|
Loading…
Add table
Add a link
Reference in a new issue