diff options
author | Marvin Hagemeister <marvin@deno.com> | 2024-10-30 00:35:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-29 23:35:42 +0000 |
commit | c8d229dbf03177e81f4fd2f43c7daf74a7f2e283 (patch) | |
tree | 4ca125ed13e37e4fb76e40ab4e1070cae9bd4ef3 /resolvers | |
parent | 3b28446000d8d063c07ef320314ef493a9e0bffa (diff) |
fix(install): percent encodings in interactive progress bar (#26600)
Fixes percent encodings showing up when installing scoped packages via
`deno add` or `deno install`. The issue is caused by us trying to map
back the package name from the resolved http url. This doesn't and has
never worked with private registries. The proper solution would be to
pass the original specifier into here, but that's a bit of a bigger
refactor.
So for now the quickest workaround is to replace `%2f` back to `/`.
Fixes https://github.com/denoland/deno/issues/26576
Diffstat (limited to 'resolvers')
0 files changed, 0 insertions, 0 deletions