This website requires JavaScript.
Explore
Help
Sign in
foster
/
denoland-deno
Watch
1
Star
0
Fork
You've already forked denoland-deno
0
mirror of
https://github.com/denoland/deno.git
synced
2024-11-27 16:10:57 -05:00
Code
Issues
Packages
1
Wiki
Activity
16e16690af
denoland-deno
/
tests
/
specs
/
info
/
import_map
/
__test__.jsonc
10 lines
127 B
Text
Raw
Normal View
History
Unescape
Escape
chore: move info itests (#25659)
2024-09-16 13:08:00 -04:00
{
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 15:45:05 -04:00
"steps": [
{
"args": "info preact/debug",
"output": "with_import_map.out",
"exitCode": 0
}
]
chore: move info itests (#25659)
2024-09-16 13:08:00 -04:00
}
Copy permalink