index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cli
/
tools
/
task.rs
Age
Commit message (
Expand
)
Author
2024-01-08
fix(task): do not eagerly auto-install packages in package.json when `"nodeMo...
David Sherret
2024-01-01
chore: update to Rust 1.75 (#21731)
林炳权
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-12-06
fix(task): handle node_modules/.bin directory with byonm (#21386)
David Sherret
2023-11-29
feat(compile): support "bring your own node_modules" in deno compile (#21377)
David Sherret
2023-10-12
chore(task): remove warning for npm "scripts" (#20880)
Nayeem Rahman
2023-10-03
refactor(npm): break up `NpmModuleLoader` and move more methods into the mana...
David Sherret
2023-10-02
refactor(npm): make `NpmCache`, `CliNpmRegistryApi`, and `NpmResolution` inte...
David Sherret
2023-09-29
refactor(cli): make `CliNpmResolver` a trait (#20732)
David Sherret
2023-09-28
refactor(ext/node): remove dependency on deno_npm and deno_semver (#20718)
David Sherret
2023-09-01
Reland "feat(lsp): enable via config file detection (#20334)" (#20349)
Nayeem Rahman
2023-08-26
chore(core): bump and trim deps (#20265)
Matt Mastracci
2023-08-21
refactor: upgrade deno_ast 0.28 and deno_semver 0.4 (#20193)
David Sherret
2023-06-26
chore: fix typos (#19572)
Martin Fischer
2023-05-18
fix(npm): run pre and post tasks if present (#19178)
Marvin Hagemeister
2023-05-14
refactor(core): bake single-thread assumptions into spawn/spawn_blocking (#19...
Matt Mastracci
2023-05-10
feat(compile): unstable npm and node specifier support (#19005)
David Sherret
2023-05-01
refactor(cli): remove ProcState - add CliFactory (#18900)
David Sherret
2023-04-24
refactor(ext/node): allow injecting `NodeFs` from CLI (#18829)
David Sherret
2023-04-21
refactor(node): move most of cli/node to ext/node (#18797)
David Sherret
2023-04-17
refactor(npm): add CliNodeResolver (#18742)
David Sherret
2023-04-12
refactor: `ProcState::build` -> `ProcState::from_flags` (#18672)
David Sherret
2023-04-06
refactor(npm): use deno_npm and deno_semver (#18602)
David Sherret
2023-03-03
fix: lazily surface errors in package.json deps parsing (#17974)
David Sherret
2023-02-24
fix(npm): lazily install package.json dependencies only when necessary (#17931)
David Sherret
2023-02-23
feat(task): adjust warning (#17904)
Bartek Iwańczuk
2023-02-23
feat(task): add warning about package.json scripts support (#17900)
Bartek Iwańczuk
2023-02-22
feat(task): support scripts in package.json (#17887)
David Sherret
2023-01-27
chore: upgrade to Rust 1.67 (#17548)
David Sherret
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-11-28
refactor: create util folder, move nap_sym to napi/sym, move http_cache to ca...
David Sherret
2022-10-18
feat(task): remove warning about being unstable (#16281)
Bartek Iwańczuk
2022-10-15
feat(unstable/task): add `INIT_CWD` env var (#16110)
David Sherret
2022-06-29
refactor: rename `RootConfig` to `CliOptions` (#15007)
David Sherret
2022-06-28
refactor: add `RootConfig` (#14985)
David Sherret
2022-06-27
refactor: create `args` folder (#14982)
David Sherret
2022-06-08
feat(task): add `--cwd` flag for configuring the working directory (#14823)
Kayla Washburn
2022-03-15
feat(task): add unstable warning to `deno task` (#13966)
David Sherret
2022-03-12
feat(task): log task script (#13922)
Bartek Iwańczuk
2022-03-11
feat(task): allow colons in task name (#13918)
Bartek Iwańczuk
2022-03-10
feat: "deno task" subcommand (#13725)
Bartek Iwańczuk