refactor: move to config providers and remove drivers collection #24
checks.yml
on: push
lint
/
lint
55s
typecheck
/
typecheck
55s
Matrix: test / test_linux
Matrix: test / test_windows
Annotations
10 errors
typecheck / typecheck:
examples/config/ally.ts#L5
Type '{ driver: string; clientId: string; clientSecret: string; callbackUrl: string; }' is not assignable to type 'AllyManagerDriverFactory | ConfigProvider<AllyManagerDriverFactory>'.
|
typecheck / typecheck:
examples/config/ally.ts#L11
Type '{ driver: string; clientId: string; clientSecret: string; callbackUrl: string; }' is not assignable to type 'AllyManagerDriverFactory | ConfigProvider<AllyManagerDriverFactory>'.
|
typecheck / typecheck:
examples/config/ally.ts#L17
Type '{ driver: string; clientId: string; clientSecret: string; callbackUrl: string; }' is not assignable to type 'AllyManagerDriverFactory | ConfigProvider<AllyManagerDriverFactory>'.
|
typecheck / typecheck:
examples/config/ally.ts#L23
Type '{ driver: string; clientId: string; clientSecret: string; callbackUrl: string; }' is not assignable to type 'AllyManagerDriverFactory | ConfigProvider<AllyManagerDriverFactory>'.
|
typecheck / typecheck:
examples/config/ally.ts#L29
Type '{ driver: string; clientId: string; clientSecret: string; callbackUrl: string; }' is not assignable to type 'AllyManagerDriverFactory | ConfigProvider<AllyManagerDriverFactory>'.
|
typecheck / typecheck:
examples/config/ally.ts#L35
Type '{ driver: string; clientId: string; clientSecret: string; callbackUrl: string; }' is not assignable to type 'AllyManagerDriverFactory | ConfigProvider<AllyManagerDriverFactory>'.
|
typecheck / typecheck:
examples/config/ally.ts#L41
Type '{ driver: string; clientId: string; clientSecret: string; callbackUrl: string; }' is not assignable to type 'AllyManagerDriverFactory | ConfigProvider<AllyManagerDriverFactory>'.
|
typecheck / typecheck:
examples/config/ally.ts#L49
Type 'ConfigProvider<ResolvedConfig<Record<string, AllyManagerDriverFactory | ConfigProvider<AllyManagerDriverFactory>>>>' does not satisfy the constraint 'ConfigProvider<Record<string, AllyManagerDriverFactory>>'.
|
typecheck / typecheck:
examples/discord.ts#L17
Property 'redirect' does not exist on type 'never'.
|
typecheck / typecheck:
examples/discord.ts#L17
Parameter 'request' implicitly has an 'any' type.
|