NomicFoundation / hardhat

Hardhat is a development environment to compile, deploy, test, and debug your Ethereum software.
https://hardhat.org
Other
7.15k stars 1.37k forks source link

Add a way to retrieve top level tasks in the TaskManager #5333

Closed schaable closed 2 months ago

schaable commented 3 months ago

Add a public method to the TaskManager to list all top level tasks. The function will act as a getter for #rootTasks, returning the map of task names to tasks.