feat(appkit): plugin manifest definition #239
ci.yml
on: pull_request
Detect Changes
6s
Lint & Type Check
1m 9s
Annotations
10 errors
|
Lint & Type Check
Type '{ plugin: typeof NoPhasePlugin; config: {}; name: string; }[]' is not assignable to type 'PluginData<PluginConstructor, unknown, string>[]'.
|
|
Lint & Type Check
Type '{ plugin: typeof FailingSetupPlugin; config: {}; name: string; }[]' is not assignable to type 'PluginData<PluginConstructor, unknown, string>[]'.
|
|
Lint & Type Check
Type '{ plugin: typeof FailingPlugin; config: {}; name: string; }[]' is not assignable to type 'PluginData<PluginConstructor, unknown, string>[]'.
|
|
Lint & Type Check
Type '({ plugin: typeof CoreTestPlugin; config: {}; name: string; } | { plugin: typeof NormalTestPlugin; config: {}; name: string; })[]' is not assignable to type 'PluginData<PluginConstructor, unknown, string>[]'.
|
|
Lint & Type Check
Type '{ plugin: typeof SlowSetupPlugin; config: { setupDelay: number; }; name: string; }[]' is not assignable to type 'PluginData<PluginConstructor, unknown, string>[]'.
|
|
Lint & Type Check
Type '({ plugin: typeof CoreTestPlugin; config: {}; name: string; } | { plugin: typeof NormalTestPlugin; config: {}; name: string; })[]' is not assignable to type 'PluginData<PluginConstructor, unknown, string>[]'.
|
|
Lint & Type Check
Type '({ plugin: typeof CoreTestPlugin; config: {}; name: string; } | { plugin: typeof DeferredTestPlugin; config: {}; name: string; })[]' is not assignable to type 'PluginData<PluginConstructor, unknown, string>[]'.
|
|
Lint & Type Check
Type '({ plugin: typeof DeferredWithTracking; config: {}; name: string; } | { plugin: typeof CoreWithTracking; config: {}; name: string; } | { plugin: typeof NormalWithTracking; config: {}; name: string; })[]' is not assignable to type 'PluginData<PluginConstructor, unknown, string>[]'.
|
|
Lint & Type Check
Type '{ plugin: typeof CoreTestPlugin; config: { custom: string; }; name: string; }[]' is not assignable to type 'PluginData<PluginConstructor, unknown, string>[]'.
|
|
Lint & Type Check
Type '{ plugin: typeof CoreTestPlugin; config: { custom: string; }; name: string; }[]' is not assignable to type 'PluginData<PluginConstructor, unknown, string>[]'.
|