deno/cli/util
David Sherret 12a75e3b43
refactor: move deno_core::TaskQueue to cli::util::sync (#20481)
TaskQueue is being removed from `deno_core` and replaced with an unsync
version in deno_unsyc.

https://github.com/denoland/deno_core/pull/193

This is a change in preparation for that. The remaining
`deno_core::TaskQueue` usage in this repo should be replaced with
`deno_core::unsync::TaskQueue` once upgraded.
2023-09-13 21:53:07 +00:00
..
progress_bar fix(npm): show a progress bar when initializing the node_modules folder (#18136) 2023-03-13 18:18:29 +00:00
checksum.rs chore: upgrade to Rust 1.67 (#17548) 2023-01-27 10:43:16 -05:00
console.rs refactor(runtime): factor out deno_io extension crate (#18001) 2023-03-05 00:39:48 +00:00
diff.rs chore: use rustfmt imports_granularity option (#17421) 2023-01-14 23:18:58 -05:00
display.rs chore: fix typos (#19572) 2023-06-26 09:10:27 -04:00
draw_thread.rs chore(cli): remove atty crate (#20275) 2023-08-25 07:43:07 -06:00
file_watcher.rs chore(cli): remove atty crate (#20275) 2023-08-25 07:43:07 -06:00
fs.rs fix: empty include in config file excludes all (#20404) 2023-09-08 15:04:45 +01:00
glob.rs fix(lsp): don't pre-load documents matched in the config file's "exclude" (#19431) 2023-06-13 15:48:53 -04:00
logger.rs chore: disable rustls logging (#19859) 2023-07-17 16:49:03 -06:00
mod.rs fix(lsp): don't pre-load documents matched in the config file's "exclude" (#19431) 2023-06-13 15:48:53 -04:00
path.rs Reland "refactor(lsp): clean up "enablePaths" handling (#20388)" (#20423) 2023-09-09 15:04:21 +01:00
sync.rs refactor: move deno_core::TaskQueue to cli::util::sync (#20481) 2023-09-13 21:53:07 +00:00
text_encoding.rs refactor(core): Improve ergonomics of managing ASCII strings (#18498) 2023-04-04 06:46:31 -06:00
time.rs chore: update chrono dependency (#19943) 2023-07-26 01:40:09 +00:00
unix.rs chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
v8.rs chore: update to Rust 1.72 (#20258) 2023-08-26 22:04:12 -06:00
windows.rs chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00