1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-18 13:22:55 -05:00
denoland-deno/tests/specs/info/package_json_basic_auto_install
Nathan Whitaker 76daa03aa9
fix(info): resolve bare specifier pointing to workspace member (#27020)
Fixes https://github.com/denoland/deno/issues/26721

Previously, we were applying only the import map, which would result in
`@scope/foo` expanding to (e.g.) `jsr:@scope/foo@1.0.0`. Since that
didn't exist it would error and fail to resolve.
2024-11-27 13:54:26 -08:00
..
__test__.jsonc fix(info): resolve bare specifier pointing to workspace member (#27020) 2024-11-27 13:54:26 -08:00
deno.json test: rewrite some ignored tests to spec tests (#25652) 2024-09-16 15:39:58 +02:00
info.out test: rewrite some ignored tests to spec tests (#25652) 2024-09-16 15:39:58 +02:00
info_bare.out fix(info): resolve bare specifier pointing to workspace member (#27020) 2024-11-27 13:54:26 -08:00
lib.ts test: rewrite some ignored tests to spec tests (#25652) 2024-09-16 15:39:58 +02:00
main.ts test: rewrite some ignored tests to spec tests (#25652) 2024-09-16 15:39:58 +02:00
package.json test: rewrite some ignored tests to spec tests (#25652) 2024-09-16 15:39:58 +02:00