PluginReporter
Nadle / PluginReporter
Interface: PluginReporter
Defined in: packages/nadle/src/core/plugins/plugin.ts:27
A reporter a plugin contributes; selected by name via --reporter <name>.
Properties
create
readonlycreate: (context) =>Listener
Defined in: packages/nadle/src/core/plugins/plugin.ts:31
Factory returning the reporter (a Listener), given the reporter context.
Parameters
context
Returns
name
readonlyname:string
Defined in: packages/nadle/src/core/plugins/plugin.ts:29
The name users select this reporter by. Must not collide with default/agent.