resolve conflicts
This commit is contained in:
parent
a9b378a0b1
commit
cd9736f7ad
@ -67,6 +67,7 @@ const createRegistry = (channels: PluginRegistry["channels"]): PluginRegistry =>
|
||||
hooks: [],
|
||||
typedHooks: [],
|
||||
commands: [],
|
||||
commandOptions: [],
|
||||
channels,
|
||||
providers: [],
|
||||
gatewayHandlers: {},
|
||||
|
||||
@ -16,6 +16,7 @@ const createRegistry = (diagnostics: PluginDiagnostic[]): PluginRegistry => ({
|
||||
typedHooks: [],
|
||||
channels: [],
|
||||
commands: [],
|
||||
commandOptions: [],
|
||||
providers: [],
|
||||
gatewayHandlers: {},
|
||||
httpHandlers: [],
|
||||
|
||||
@ -151,6 +151,7 @@ const createStubPluginRegistry = (): PluginRegistry => ({
|
||||
cliRegistrars: [],
|
||||
services: [],
|
||||
commands: [],
|
||||
commandOptions: [],
|
||||
diagnostics: [],
|
||||
});
|
||||
|
||||
|
||||
@ -176,6 +176,7 @@ function createPluginRecord(params: {
|
||||
cliCommands: [],
|
||||
services: [],
|
||||
commands: [],
|
||||
commandOptions: [],
|
||||
httpHandlers: 0,
|
||||
hookCount: 0,
|
||||
configSchema: params.configSchema,
|
||||
|
||||
@ -25,6 +25,7 @@ export const createTestRegistry = (channels: TestChannelRegistration[] = []): Pl
|
||||
cliRegistrars: [],
|
||||
services: [],
|
||||
commands: [],
|
||||
commandOptions: [],
|
||||
diagnostics: [],
|
||||
});
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user