diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2024-03-13 22:37:56 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-13 22:37:56 -0400 |
commit | bc782cee98096d2562d87c7a0b15051b6d0d6628 (patch) | |
tree | 34895fe5b4006d894bfd0d61d9d5bb91e3ededc4 /tests/specs/npm/check_pkg_json_import/main.out | |
parent | 6f5a86ce5166440980a9100db5051452e9734fa6 (diff) |
fix(node): resolve types via package.json for directory import (#22878)
Does a package resolve when resolving types for a directory (copying the
behaviour that typescript does).
Diffstat (limited to 'tests/specs/npm/check_pkg_json_import/main.out')
-rw-r--r-- | tests/specs/npm/check_pkg_json_import/main.out | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/specs/npm/check_pkg_json_import/main.out b/tests/specs/npm/check_pkg_json_import/main.out new file mode 100644 index 000000000..1f436e613 --- /dev/null +++ b/tests/specs/npm/check_pkg_json_import/main.out @@ -0,0 +1,3 @@ +Download http://localhost:4545/npm/registry/@denotest/types-pkg-json-import +Download http://localhost:4545/npm/registry/@denotest/types-pkg-json-import/1.0.0.tgz +Check file:///[WILDLINE]/main.ts |