accept client providers via Observable/AsyncGenerator #586
Annotations
18 errors
test-integration (ubuntu):
client/vscode-lib/src/controller.ts#L126
Type 'ImportedProviderConfiguration[] | Observable<ImportedProviderConfiguration[]> | AsyncGenerator<ImportedProviderConfiguration[], any, unknown> | undefined' is not assignable to type 'ImportedProviderConfiguration[] | Observable<ImportedProviderConfiguration[]> | (() => AsyncGenerator<ImportedProviderConfiguration[], any, unknown>) | undefined'.
|
test-integration (ubuntu):
client/vscode/src/extension.ts#L1
Cannot find module '@openctx/vscode-lib' or its corresponding type declarations.
|
test-integration (ubuntu)
Process completed with exit code 1.
|
test-unit (ubuntu, 20):
client/vscode-lib/src/controller.ts#L126
Type 'ImportedProviderConfiguration[] | Observable<ImportedProviderConfiguration[]> | AsyncGenerator<ImportedProviderConfiguration[], any, unknown> | undefined' is not assignable to type 'ImportedProviderConfiguration[] | Observable<ImportedProviderConfiguration[]> | (() => AsyncGenerator<ImportedProviderConfiguration[], any, unknown>) | undefined'.
|
test-unit (ubuntu, 20):
client/vscode/src/extension.ts#L1
Cannot find module '@openctx/vscode-lib' or its corresponding type declarations.
|
test-unit (ubuntu, 20)
Process completed with exit code 1.
|
test-unit (macos, 20):
client/vscode-lib/src/controller.ts#L126
Type 'ImportedProviderConfiguration[] | Observable<ImportedProviderConfiguration[]> | AsyncGenerator<ImportedProviderConfiguration[], any, unknown> | undefined' is not assignable to type 'ImportedProviderConfiguration[] | Observable<ImportedProviderConfiguration[]> | (() => AsyncGenerator<ImportedProviderConfiguration[], any, unknown>) | undefined'.
|
test-unit (macos, 20):
client/vscode/src/extension.ts#L1
Cannot find module '@openctx/vscode-lib' or its corresponding type declarations.
|
test-unit (macos, 20)
Process completed with exit code 1.
|
build:
client/vscode-lib/src/controller.ts#L126
Type 'ImportedProviderConfiguration[] | Observable<ImportedProviderConfiguration[]> | AsyncGenerator<ImportedProviderConfiguration[], any, unknown> | undefined' is not assignable to type 'ImportedProviderConfiguration[] | Observable<ImportedProviderConfiguration[]> | (() => AsyncGenerator<ImportedProviderConfiguration[], any, unknown>) | undefined'.
|
build:
client/vscode/src/extension.ts#L1
Cannot find module '@openctx/vscode-lib' or its corresponding type declarations.
|
build
Process completed with exit code 1.
|
test-unit (ubuntu, 18.15.0):
client/vscode-lib/src/controller.ts#L126
Type 'ImportedProviderConfiguration[] | Observable<ImportedProviderConfiguration[]> | AsyncGenerator<ImportedProviderConfiguration[], any, unknown> | undefined' is not assignable to type 'ImportedProviderConfiguration[] | Observable<ImportedProviderConfiguration[]> | (() => AsyncGenerator<ImportedProviderConfiguration[], any, unknown>) | undefined'.
|
test-unit (ubuntu, 18.15.0):
client/vscode/src/extension.ts#L1
Cannot find module '@openctx/vscode-lib' or its corresponding type declarations.
|
test-unit (ubuntu, 18.15.0)
Process completed with exit code 1.
|
test-integration (macos):
client/vscode-lib/src/controller.ts#L126
Type 'ImportedProviderConfiguration[] | Observable<ImportedProviderConfiguration[]> | AsyncGenerator<ImportedProviderConfiguration[], any, unknown> | undefined' is not assignable to type 'ImportedProviderConfiguration[] | Observable<ImportedProviderConfiguration[]> | (() => AsyncGenerator<ImportedProviderConfiguration[], any, unknown>) | undefined'.
|
test-integration (macos):
client/vscode/src/extension.ts#L1
Cannot find module '@openctx/vscode-lib' or its corresponding type declarations.
|
test-integration (macos)
Process completed with exit code 1.
|