1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/tests/specs/info
Marvin Hagemeister 0e60bb9cf7
fix(info): resolve workspace member mappings (#26350)
This PR fixes the issue where mapped specifiers in a workspace member
would never be found. Only mapped paths from the workspace root would
resolve.

This was caused by always passing the workspace root url to the import
map resolver instead of the workspace member one.

Fixes https://github.com/denoland/deno/issues/26138
Fixes https://github.com/denoland/fresh/issues/2615

---------

Signed-off-by: Marvin Hagemeister <marvinhagemeister50@gmail.com>
Co-authored-by: David Sherret <dsherret@users.noreply.github.com>
2024-10-18 21:45:05 +02:00
..
_054_info_local_imports feat: add --allow-import flag (#25469) 2024-09-26 01:50:54 +00:00
byonm fix(info): error instead of panic for npm specifiers when using byonm (#25947) 2024-09-30 19:46:43 +00:00
data_null_error feat: add --allow-import flag (#25469) 2024-09-26 01:50:54 +00:00
dynamic_imports_tmpl_lit feat: add --allow-import flag (#25469) 2024-09-26 01:50:54 +00:00
flag BREAKING: rename "deps" remote cache folder to "remote" (#25969) 2024-10-01 14:05:40 -04:00
flag_location BREAKING: rename "deps" remote cache folder to "remote" (#25969) 2024-10-01 14:05:40 -04:00
flag_script_jsx feat: add --allow-import flag (#25469) 2024-09-26 01:50:54 +00:00
import_map fix(info): resolve workspace member mappings (#26350) 2024-10-18 21:45:05 +02:00
json BREAKING: rename "deps" remote cache folder to "remote" (#25969) 2024-10-01 14:05:40 -04:00
json_deps_order fix(info): move "version" field to top of json output (#25890) 2024-09-26 15:57:12 -04:00
json_file fix(info): move "version" field to top of json output (#25890) 2024-09-26 15:57:12 -04:00
json_location BREAKING: rename "deps" remote cache folder to "remote" (#25969) 2024-10-01 14:05:40 -04:00
missing_module feat: add --allow-import flag (#25469) 2024-09-26 01:50:54 +00:00
multiple_imports feat: add --allow-import flag (#25469) 2024-09-26 01:50:54 +00:00
multiple_redirects fix(info): move "version" field to top of json output (#25890) 2024-09-26 15:57:12 -04:00
package_json_basic fix(npm): ensure scoped package name is encoded in URLs (#26390) 2024-10-18 20:38:57 +02:00
package_json_basic_auto_install test: rewrite some ignored tests to spec tests (#25652) 2024-09-16 15:39:58 +02:00
recursive_modules feat: add --allow-import flag (#25469) 2024-09-26 01:50:54 +00:00
ts_error chore(specs): use jsonc for metadata file (#22946) 2024-03-15 17:27:52 +00:00
type_import feat: add --allow-import flag (#25469) 2024-09-26 01:50:54 +00:00
types_header_direct feat: add --allow-import flag (#25469) 2024-09-26 01:50:54 +00:00
with_config_override feat: add --allow-import flag (#25469) 2024-09-26 01:50:54 +00:00
workspace_member fix(info): resolve workspace member mappings (#26350) 2024-10-18 21:45:05 +02:00