Closed
Description
What seems off:
The listen
task allows for user to configure events to listen to in the following way:
listen:
to:
one:
with: {}
Whereas the emit
task does not define the with
keyword:
emit:
event: {}
What you expected to be:
The emit
task to define a with
keyword, use to define event properties:
emit:
event:
with: {}
This would allow for potential future properties such as format
, and would make it more fluent, ubiquitous and consistent.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done