1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/cli/npm
David Sherret 6233c0aff0
fix(npm): support bare specifiers in package.json having a path (#17903)
For example `import * as test from "package/path.js"`
2023-02-23 17:33:23 +00:00
..
resolution feat(npm): support bare specifiers from package.json in more subcommands and language server (#17891) 2023-02-23 10:58:10 -05:00
resolvers fix(npm): support bare specifiers in package.json having a path (#17903) 2023-02-23 17:33:23 +00:00
cache.rs feat(npm): support bare specifiers from package.json in more subcommands and language server (#17891) 2023-02-23 10:58:10 -05:00
mod.rs refactor: use deno_graph for npm specifiers (#17858) 2023-02-22 14:15:25 -05:00
registry.rs refactor: use deno_graph for npm specifiers (#17858) 2023-02-22 14:15:25 -05:00
tarball.rs refactor: use deno_graph for npm specifiers (#17858) 2023-02-22 14:15:25 -05:00