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
/
tests
/
testdata
/
task
Age
Commit message (
Expand
)
Author
2024-02-10
chore: move cli/tests/ -> tests/ (#22369)
Matt Mastracci
2024-01-08
fix(task): do not eagerly auto-install packages in package.json when `"nodeMo...
David Sherret
2023-10-12
chore(task): remove warning for npm "scripts" (#20880)
Nayeem Rahman
2023-09-14
refactor: remove `DENO_UNSTABLE_NPM_SYNC_DOWNLOAD` and custom sync functional...
David Sherret
2023-09-14
chore(tests): ability to pattern match unordered lines (#20488)
David Sherret
2023-05-18
fix(npm): run pre and post tasks if present (#19178)
Marvin Hagemeister
2023-05-01
refactor(cli): remove ProcState - add CliFactory (#18900)
David Sherret
2023-03-13
fix(npm): show a progress bar when initializing the node_modules folder (#18136)
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
2022-11-24
fix(task): output encoding issues on windows (#16794)
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-08
feat(task): add `--cwd` flag for configuring the working directory (#14823)
Kayla Washburn
2022-05-23
fix: read raw stdin to prevent buffering (regression) (#14704)
David Sherret
2022-05-23
fix: deno task should actually use current exe for `deno` command (#14705)
David Sherret
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-10
feat: "deno task" subcommand (#13725)
Bartek Iwańczuk