fix(std/node): resolve files in symlinked directories (#8840)

This commit is contained in:
Liam Murphy 2021-01-06 10:42:40 +11:00 committed by GitHub
parent 39bbbbce70
commit 4c4791b589
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 10 deletions

1
std/node/tests/cjs/dir Symbolic link
View file

@ -0,0 +1 @@
./subdir/dir

View file

@ -0,0 +1,4 @@
// deno-lint-ignore-file no-undef
const C = require("../cjs_c");
module.exports = { C };