1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-18 13:22:55 -05:00
denoland-deno/tests/specs/task/dependencies
Marvin Hagemeister d5b63bb642
fix(task): only pass args to root task (#27213)
When we run `deno task` with args like `deno task foo arg` the argument
should only be passed to the root task, not to its dependencies.

Fixes https://github.com/denoland/deno/issues/27206
2024-12-03 16:35:46 +01:00
..
arg_task_with_deps fix(task): only pass args to root task (#27213) 2024-12-03 16:35:46 +01:00
basic1 feat(task): dependencies (#26467) 2024-11-19 12:45:09 +00:00
basic2 feat(task): dependencies (#26467) 2024-11-19 12:45:09 +00:00
cross_package feat(task): dependencies (#26467) 2024-11-19 12:45:09 +00:00
cycle feat(task): dependencies (#26467) 2024-11-19 12:45:09 +00:00
cycle_2 feat(task): dependencies (#26467) 2024-11-19 12:45:09 +00:00
diamond feat(task): dependencies (#26467) 2024-11-19 12:45:09 +00:00
diamond_big feat(task): dependencies (#26467) 2024-11-19 12:45:09 +00:00
__test__.jsonc fix(task): only pass args to root task (#27213) 2024-12-03 16:35:46 +01:00
arg_task_with_deps.out fix(task): only pass args to root task (#27213) 2024-12-03 16:35:46 +01:00
basic1.out feat(task): dependencies (#26467) 2024-11-19 12:45:09 +00:00
basic2.out feat(task): dependencies (#26467) 2024-11-19 12:45:09 +00:00
build1.js feat(task): dependencies (#26467) 2024-11-19 12:45:09 +00:00
build2.js feat(task): dependencies (#26467) 2024-11-19 12:45:09 +00:00
cross_package.out feat(task): dependencies (#26467) 2024-11-19 12:45:09 +00:00
cycle.out feat(task): dependencies (#26467) 2024-11-19 12:45:09 +00:00
cycle_2.out feat(task): dependencies (#26467) 2024-11-19 12:45:09 +00:00
diamond.out feat(task): dependencies (#26467) 2024-11-19 12:45:09 +00:00
diamond_big.out feat(task): dependencies (#26467) 2024-11-19 12:45:09 +00:00
diamond_big_list.out feat(task): dependencies (#26467) 2024-11-19 12:45:09 +00:00
diamond_list.out feat(task): dependencies (#26467) 2024-11-19 12:45:09 +00:00
run.js feat(task): dependencies (#26467) 2024-11-19 12:45:09 +00:00
util.js feat(task): dependencies (#26467) 2024-11-19 12:45:09 +00:00