1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-28 10:09:20 -05:00
denoland-deno/cli/npm/resolution
David Sherret dde5d9c802
fix(npm): handle an npm package that has itself as a dependency (#17425)
I'm not sure this properly handles scenarios where an npm package uses
an alias that resolves to itself, we can fix that if we find a package
that actually depends on that behavior.

Closes #17420
2023-01-16 21:34:39 +01:00
..
graph.rs fix(npm): handle an npm package that has itself as a dependency (#17425) 2023-01-16 21:34:39 +01:00
mod.rs refactor(cli,core,ext,rt): remove some unnecessary clone or malloc (#17274) 2023-01-13 11:20:11 -05:00
snapshot.rs fix(npm): support old packages and registries with no integrity, but with a sha1sum (#17289) 2023-01-13 11:20:12 -05:00
specifier.rs refactor(cli,core,ext,rt): remove some unnecessary clone or malloc (#17274) 2023-01-13 11:20:11 -05:00