1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 07:14:47 -05:00
denoland-deno/cli/tools
Nathan Whitaker bc8a0e6e68
refactor(cli): Create wrapper around deno_lockfile::Lockfile (#24366)
As suggested in
https://github.com/denoland/deno/pull/24355#discussion_r1657875422.

I wasn't able to hide the mutex stuff as much as I'd like (ended up just
adding an escape hatch `inner()` method that locks the inner mutex),
because you can't return references to the inner fields through a mutex.

This is mostly motivated by the frozen lockfile changes
2024-06-28 17:18:21 -07:00
..
bench chore: upgrade to rust 1.79 (#24207) 2024-06-14 17:10:57 +05:30
coverage chore: upgrade to rust 1.79 (#24207) 2024-06-14 17:10:57 +05:30
init feat(init): use jsr specifier for @std/assert (#23073) 2024-03-27 18:51:52 +01:00
jupyter fix(jupyter): Avoid panicking when DEBUG env var is set (#24168) 2024-06-10 22:36:39 +00:00
lint refactor: move PackageJson to deno_config (#24348) 2024-06-26 21:24:10 +00:00
registry refactor: move PackageJson to deno_config (#24348) 2024-06-26 21:24:10 +00:00
repl fix(repl): prevent panic when deleting globalThis.closed property (#24014) 2024-06-17 21:34:25 -04:00
run refactor: remove PermissionsContainer in deno_runtime (#24119) 2024-06-06 23:37:53 -04:00
test chore: upgrade to rust 1.79 (#24207) 2024-06-14 17:10:57 +05:30
vendor fix: better handling of npm resolution occurring on workers (#24094) 2024-06-05 17:04:16 +02:00
bundle.rs chore: enable clippy::print_stdout and clippy::print_stderr (#23732) 2024-05-08 22:45:06 -04:00
check.rs fix: bump cache sqlite dbs to v2 for WAL journal mode change (#24030) 2024-05-29 18:38:18 +00:00
compile.rs refactor: bump deno_graph to 0.79 (#24337) 2024-06-26 01:42:18 +00:00
doc.rs chore: update deno_doc (#24308) 2024-06-28 05:03:51 -07:00
fmt.rs fix: better handling of npm resolution occurring on workers (#24094) 2024-06-05 17:04:16 +02:00
info.rs refactor(cli): Create wrapper around deno_lockfile::Lockfile (#24366) 2024-06-28 17:18:21 -07:00
installer.rs refactor(cli): Create wrapper around deno_lockfile::Lockfile (#24366) 2024-06-28 17:18:21 -07:00
mod.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
task.rs fix(task): do not propagate env changes outside subshells (#24279) 2024-06-20 00:57:53 +00:00
upgrade.rs refactor: don't share reqwest::HttpClient across tokio runtimes (#24092) 2024-06-03 21:17:08 +00:00