You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
../TypeScript/internal/cases/perf/solutions/monaco/client/vs/base/dom/builder.ts(86,43): error TS2358: The left-hand side of an 'instanceof' expression must be of type 'any', an object type or a type parameter.
4
+
../TypeScript/internal/cases/perf/solutions/monaco/client/vs/base/dom/mockDom.ts(189,14): error TS2420: Class 'MockElement' incorrectly implements interface 'Element'.
5
+
Types of property 'addEventListener' are incompatible.
Types of parameters 'listener' and 'listener' are incompatible.
8
+
Types of parameters 'ev' and 'evt' are incompatible.
9
+
Type 'Event' is not assignable to type 'PointerEvent'.
10
+
Type 'Event' is missing the following properties from type 'PointerEvent': width, rotation, pressure, pointerType, and 38 more.
11
+
../TypeScript/internal/cases/perf/solutions/monaco/client/vs/base/ui/widgets/tree/treeDefaults.ts(108,8): error TS1345: An expression of type 'void' cannot be tested for truthiness.
12
+
../TypeScript/internal/cases/perf/solutions/monaco/client/vs/editor/contrib/goToDeclaration/goToDeclaration.ts(246,15): error TS1345: An expression of type 'void' cannot be tested for truthiness.
13
+
../TypeScript/internal/cases/perf/solutions/monaco/client/vs/languages/monarch/monarch.ts(336,4): error TS2559: Type 'string' has no properties in common with type 'IAction'.
14
+
../TypeScript/internal/cases/perf/solutions/monaco/client/vs/languages/monarch/monarchCompile.ts(222,3): error TS2559: Type 'string' has no properties in common with type 'IAction'.
15
+
../TypeScript/internal/cases/perf/solutions/monaco/client/vs/languages/monarch/monarchCompile.ts(301,4): error TS2322: Type '(id: string, matches: string[], state: string, eos: boolean) => string | IAction' is not assignable to type '(id: string, matches: string[], state: string, eos: boolean) => IAction'.
16
+
Type 'string | IAction' is not assignable to type 'IAction'.
17
+
Type 'string' has no properties in common with type 'IAction'.
18
+
../TypeScript/internal/cases/perf/solutions/monaco/client/vs/languages/monarch/monarchCompile.ts(315,3): error TS2559: Type '""' has no properties in common with type 'IAction'.
19
+
../TypeScript/internal/cases/perf/solutions/monaco/client/vs/languages/typescript/lib/ts09/typescriptServices09.d.ts(266,16): error TS2416: Property 'every' in type 'DualStringHashTable' is not assignable to the same property in base type 'IHashTable'.
20
+
Types of parameters 'fn' and 'fn' are incompatible.
21
+
Type 'void' is not assignable to type 'boolean'.
22
+
../TypeScript/internal/cases/perf/solutions/monaco/client/vs/languages/typescript/lib/ts09/typescriptServices09.d.ts(267,16): error TS2416: Property 'some' in type 'DualStringHashTable' is not assignable to the same property in base type 'IHashTable'.
23
+
Types of parameters 'fn' and 'fn' are incompatible.
24
+
Type 'void' is not assignable to type 'boolean'.
25
+
../TypeScript/internal/cases/perf/solutions/monaco/client/vs/languages/typescript/resources/errorCollection.ts(15,14): error TS2559: Type 'UnitErrors' has no properties in common with type 'ILinkedResource'.
26
+
../TypeScript/internal/cases/perf/solutions/monaco/client/vs/platform/markers/markersWorker.ts(75,9): error TS2416: Property 'forEach' in type 'SingleMarkerReadAccessor' is not assignable to the same property in base type 'IMarkerReadAccessor'.
27
+
Type '(callback: (marker: IMarker, index: number) => void) => void' is not assignable to type '(callback: (marker: IMarker, index: number, values: IMarker[]) => void) => void'.
28
+
Types of parameters 'callback' and 'callback' are incompatible.
29
+
../TypeScript/internal/cases/perf/solutions/monaco/client/vs/platform/markers/markersWorker.ts(135,13): error TS2345: Argument of type 'SingleMarkerReadAccessor' is not assignable to parameter of type 'IMarkerReadAccessor'.
30
+
Types of property 'forEach' are incompatible.
31
+
Type '(callback: (marker: IMarker, index: number) => void) => void' is not assignable to type '(callback: (marker: IMarker, index: number, values: IMarker[]) => void) => void'.
32
+
../TypeScript/internal/cases/perf/solutions/monaco/client/vs/workbench/contrib/debug/debuggerActions.ts(35,29): error TS2845: This condition will always return 'false'.
33
+
../TypeScript/internal/cases/perf/solutions/monaco/client/vs/workbench/contrib/files/explorerActions.ts(393,35): error TS2345: Argument of type '(c: () => void, e: () => void, p: () => void) => any' is not assignable to parameter of type '(complete: ValueCallback, error: ErrorCallback, progress: ProgressCallback) => void'.
34
+
Types of parameters 'c' and 'complete' are incompatible.
35
+
../TypeScript/internal/cases/perf/solutions/monaco/client/vs/workbench/contrib/work/workViewlet.ts(361,9): error TS2610: 'id' is defined as an accessor in class 'Action', but is overridden here in 'ViewletAction' as an instance property.
0 commit comments