Closed
Description
The following errors were reported by 4.5.0-dev.20210912, but not by 4.4.3
microsoft/vscode
2 of 51 projects failed to build with the old tsc
extensions/github/tsconfig.json
error TS2339: Property 'pulls' does not exist on type '({ [x: string]: any; } & { [x: string]: any; } & Octokit & void & { paginate: PaginateInterface; } & RestEndpointMethods) | ReposCreateForkResponseData'.
src/tsconfig.json
error TS2558: Expected 1 type arguments, but got 2.
error TS2322: Type 'IQuickPickSeparator | Awaited<T>' is not assignable to type 'T | undefined'.
error TS2322: Type 'IQuickPickSeparator | Awaited<T>' is not assignable to type 'readonly (IQuickPickSeparator | T)[]'.
error TS2339: Property 'filter' does not exist on type 'IQuickPickSeparator | Awaited<T>'.
error TS7006: Parameter 'item' implicitly has an 'any' type.
error TS2488: Type '{ name: string; cmd: string; pid: number; ppid: number; load: number; mem: number; children?: ProcessItem[] | undefined; }' must have a '[Symbol.iterator]()' method that returns an iterator.
src/tsconfig.monaco.json
error TS2558: Expected 1 type arguments, but got 2.
error TS2322: Type 'IQuickPickSeparator | Awaited<T>' is not assignable to type 'T | undefined'.
error TS2322: Type 'IQuickPickSeparator | Awaited<T>' is not assignable to type 'readonly (IQuickPickSeparator | T)[]'.
error TS2339: Property 'filter' does not exist on type 'IQuickPickSeparator | Awaited<T>'.
error TS7006: Parameter 'item' implicitly has an 'any' type.
src/tsconfig.tsec.json
error TS2558: Expected 1 type arguments, but got 2.
error TS2322: Type 'IQuickPickSeparator | Awaited<T>' is not assignable to type 'T | undefined'.
error TS2322: Type 'IQuickPickSeparator | Awaited<T>' is not assignable to type 'readonly (IQuickPickSeparator | T)[]'.
error TS2339: Property 'filter' does not exist on type 'IQuickPickSeparator | Awaited<T>'.
error TS7006: Parameter 'item' implicitly has an 'any' type.
error TS2488: Type '{ name: string; cmd: string; pid: number; ppid: number; load: number; mem: number; children?: ProcessItem[] | undefined; }' must have a '[Symbol.iterator]()' method that returns an iterator.
reduxjs/react-redux
test/typetests/tsconfig.json
error TS2322: Type 'Context<ReactReduxContextValue<any, AnyAction> | null> | MutableRefObject<unknown> | ((instance: unknown) => void) | Omit<...>' is not assignable to type 'Context<ReactReduxContextValue<any, AnyAction> | null>'.
error TS2339: Property 'Consumer' does not exist on type 'Context<ReactReduxContextValue<any, AnyAction> | null> | MutableRefObject<unknown> | ((instance: unknown) => void) | Omit<...>'.
tsconfig.json
error TS2322: Type 'Context<ReactReduxContextValue<any, AnyAction> | null> | MutableRefObject<unknown> | ((instance: unknown) => void) | Omit<...>' is not assignable to type 'Context<ReactReduxContextValue<any, AnyAction> | null>'.
error TS2339: Property 'Consumer' does not exist on type 'Context<ReactReduxContextValue<any, AnyAction> | null> | MutableRefObject<unknown> | ((instance: unknown) => void) | Omit<...>'.
youzan/vant
2 of 9 projects failed to build with the old tsc
packages/create-vant-cli-app/tsconfig.json
error TS2769: No overload matches this call.
error TS2345: Argument of type '{}' is not assignable to parameter of type 'string'.
lensapp/lens
4 of 5 projects failed to build with the old tsc
tsconfig.json
error TS2322: Type 'IMetrics | Awaited<T> | Awaited<{ [K in keyof T]: IMetrics; }>' is not assignable to type 'T extends object ? { [K in keyof T]: IMetrics; } : IMetrics'.
Metadata
Metadata
Assignees
Labels
No labels