Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-13 | refactor: move `deno_core::TaskQueue` to `cli::util::sync` (#20481) | David Sherret | |
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-04-11 | fix(npm): do not "npm install" when npm specifier happens to match ↵ | David Sherret | |
package.json entry (#18660) |