deno/cli/util/progress_bar
Marvin Hagemeister c8d229dbf0
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
2024-10-29 23:35:42 +00:00
..
mod.rs feat(clean): add progress bar (#25026) 2024-08-14 13:04:07 +02:00
renderer.rs fix(install): percent encodings in interactive progress bar (#26600) 2024-10-29 23:35:42 +00:00