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-11-19
feat(task): dependencies (#26467)
David Sherret
2024-11-16
feat(task): support object notation, remove support for JSDocs (#26886)
Bartek Iwańczuk
2024-10-12
feat(npm): support `--allow-scripts` on `deno run` (and `deno add`, `deno tes...
Nathan Whitaker
2024-09-30
refactor: move ByonmNpmResolver to deno_resolver (#25937)
David Sherret
2024-09-28
refactor: use deno_path_util (#25918)
David Sherret
2024-09-18
fix(flags): don't treat empty run command as task subcommand (#25708)
Leo Kettmeir
2024-09-15
fix(cli): `deno task` exit with status 0 (#25637)
Divy Srivastava
2024-09-03
fix(task): correct name for scoped npm package binaries (#25390)
David Sherret
2024-08-21
feat(flags): improve help output and make `deno run` list tasks (#25108)
Leo Kettmeir
2024-08-18
fix: clean up flag help output (#24686)
Luca Casonato
2024-08-06
feat: deno run <task> (#24891)
Satya Rohith
2024-07-23
fix(upgrade): do not error if config in cwd invalid (#24689)
David Sherret
2024-07-19
refactor: update to deno_config 0.25 (#24645)
David Sherret
2024-07-10
feat(node): Support executing npm package lifecycle scripts (preinstall/insta...
Nathan Whitaker
2024-07-04
feat: npm workspace and better Deno workspace support (#24334)
David Sherret
2024-06-20
fix(task): do not propagate env changes outside subshells (#24279)
David Sherret
2024-06-11
fix(npm): resolve dynamic npm imports individually (#24170)
David Sherret
2024-05-29
fix(task): always use `npm` for `npm run` with flags (#24028)
Marvin Hagemeister
2024-05-23
feat(task): run `npm run` commands with Deno more often (#23794)
David Sherret
2024-05-21
fix(task): do not error if node_modules folder not exists (#23920)
David Sherret
2024-05-13
chore(task): various small refactorings (#23793)
David Sherret
2024-05-09
fix(task): regression where `npx <command>` sometimes couldn't find command (...
David Sherret
2024-05-08
chore: enable clippy::print_stdout and clippy::print_stderr (#23732)
David Sherret
2024-04-20
feat(task): support running npm binary commands in deno.json (#23478)
David Sherret
2024-03-27
feat(task): Task description in the form of comments (#23101)
Nathan Whitaker
2024-03-27
feat(task): cross-platform shebang support (#23091)
David Sherret
2024-03-11
chore: enable clippy unused_async rule (#22834)
David Sherret
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
[next]