Convert action to lazyAction#7974
Convert action to lazyAction#7974ChristopherDedominici wants to merge 2 commits intoadd-inline-action-runtime-checkfrom
action to lazyAction#7974Conversation
|
…NomicFoundation/hardhat into add-inline-action-runtime-check-rename
| const exampleEmptySubtask = task(["empty", "task"]) | ||
| .setDescription("An example empty subtask task") | ||
| .setAction(async () => ({ | ||
| .setLazyAction(async () => ({ |
There was a problem hiding this comment.
oh, this was confusing on my end, sorry. I think from the POV of a user we should change it. I was referring only to the field in the builder and definitions.
There was a problem hiding this comment.
Because this does look like a breaking change without a real benefit otherwise
This PR is created on top of this one: #7950
In this PR, the ONLY changes are the renames from
actiontolazyAction.These affects: