1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-08 07:08:27 -05:00
denoland-deno/cli/args
David Sherret d1ffe48d32 refactor(npm): push npm struct creation to a higher level (#18139)
This has been bothering me for a while and it became more painful while
working on #18136 because injecting the shared progress bar became very
verbose. Basically we should move the creation of all these npm structs
up to a higher level.

This is a stepping stone for a future refactor where we can improve how
we create all our structs.
2023-03-16 11:54:44 +09:00
..
config_file.rs fix(check): regression where config "types" entries caused type checking errors (#18124) 2023-03-16 11:54:35 +09:00
flags.rs fix(cli): add space after period in --v8-flags (#18063) 2023-03-10 12:57:58 +09:00
flags_allow_net.rs refactor: rename deno specifiers to internal (#17655) 2023-02-05 17:49:20 +01:00
import_map.rs chore: upgrade to Rust 1.67 (#17548) 2023-01-27 10:43:16 -05:00
lockfile.rs fix(npm): improve peer dependency resolution (#17835) 2023-02-21 12:03:48 -05:00
mod.rs refactor(npm): push npm struct creation to a higher level (#18139) 2023-03-16 11:54:44 +09:00
package_json.rs fix: lazily surface errors in package.json deps parsing (#17974) 2023-03-10 12:46:44 +09:00