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
node_modules/async/dist/async.js(3761,19): error TS2361: The right-hand side of an 'in' expression must be of type 'any', an object type or a type parameter.
190
191
node_modules/async/dist/async.js(3827,14): error TS2339: Property 'memo' does not exist on type '(...args: any[]) => void'.
191
192
node_modules/async/dist/async.js(3828,14): error TS2339: Property 'unmemoized' does not exist on type '(...args: any[]) => void'.
Copy file name to clipboardExpand all lines: tests/baselines/reference/user/bluebird.log
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,12 @@ node_modules/bluebird/js/release/debuggability.js(301,9): error TS2322: Type 'Pr
10
10
node_modules/bluebird/js/release/debuggability.js(301,28): error TS2684: The 'this' context of type '((...args: any[]) => Process) | ((name: any, ...args: any[]) => boolean)' is not assignable to method's 'this' of type '(this: null, args_0?: any, ...args_1: any[]) => Process'.
11
11
Type '(name: any, ...args: any[]) => boolean' is not assignable to type '(this: null, args_0?: any, ...args_1: any[]) => Process'.
12
12
Type 'boolean' is not assignable to type 'Process'.
13
+
node_modules/bluebird/js/release/debuggability.js(321,30): error TS2361: The right-hand side of an 'in' expression must be of type 'any', an object type or a type parameter.
14
+
node_modules/bluebird/js/release/debuggability.js(328,23): error TS2361: The right-hand side of an 'in' expression must be of type 'any', an object type or a type parameter.
15
+
node_modules/bluebird/js/release/debuggability.js(334,39): error TS2361: The right-hand side of an 'in' expression must be of type 'any', an object type or a type parameter.
16
+
node_modules/bluebird/js/release/debuggability.js(339,27): error TS2361: The right-hand side of an 'in' expression must be of type 'any', an object type or a type parameter.
17
+
node_modules/bluebird/js/release/debuggability.js(355,25): error TS2361: The right-hand side of an 'in' expression must be of type 'any', an object type or a type parameter.
18
+
node_modules/bluebird/js/release/debuggability.js(364,25): error TS2361: The right-hand side of an 'in' expression must be of type 'any', an object type or a type parameter.
13
19
node_modules/bluebird/js/release/debuggability.js(456,14): error TS2339: Property '_setBoundTo' does not exist on type 'cancellationPropagateFrom'.
14
20
node_modules/bluebird/js/release/debuggability.js(482,42): error TS2339: Property '_peekContext' does not exist on type 'longStackTracesCaptureStackTrace'.
15
21
node_modules/bluebird/js/release/debuggability.js(562,19): error TS2350: Only a void function can be called with the 'new' keyword.
@@ -18,6 +24,7 @@ node_modules/bluebird/js/release/debuggability.js(807,5): error TS2721: Cannot i
18
24
node_modules/bluebird/js/release/debuggability.js(825,30): error TS2339: Property 'stack' does not exist on type 'CapturedTrace'.
19
25
node_modules/bluebird/js/release/debuggability.js(831,37): error TS2339: Property 'stack' does not exist on type 'CapturedTrace'.
20
26
node_modules/bluebird/js/release/debuggability.js(870,38): error TS2339: Property 'stack' does not exist on type 'CapturedTrace'.
27
+
node_modules/bluebird/js/release/debuggability.js(922,42): error TS2361: The right-hand side of an 'in' expression must be of type 'any', an object type or a type parameter.
21
28
node_modules/bluebird/js/release/debuggability.js(950,4): error TS2554: Expected 0 arguments, but got 1.
22
29
node_modules/bluebird/js/release/errors.js(10,49): error TS2350: Only a void function can be called with the 'new' keyword.
23
30
node_modules/bluebird/js/release/finally.js(50,24): error TS2339: Property 'promise' does not exist on type 'finallyHandler'.
node_modules/bluebird/js/release/props.js(75,57): error TS2339: Property '_values' does not exist on type 'PropertiesPromiseArray'.
120
127
node_modules/bluebird/js/release/props.js(78,14): error TS2339: Property '_resolve' does not exist on type 'PropertiesPromiseArray'.
121
128
node_modules/bluebird/js/release/props.js(102,53): error TS2339: Property 'promise' does not exist on type 'PropertiesPromiseArray'.
129
+
node_modules/bluebird/js/release/race.js(32,41): error TS2361: The right-hand side of an 'in' expression must be of type 'any', an object type or a type parameter.
122
130
node_modules/bluebird/js/release/reduce.js(12,10): error TS2339: Property 'constructor$' does not exist on type 'ReductionPromiseArray'.
123
131
node_modules/bluebird/js/release/reduce.js(22,39): error TS2339: Property '_length' does not exist on type 'ReductionPromiseArray'.
124
132
node_modules/bluebird/js/release/reduce.js(28,10): error TS2339: Property '_promise' does not exist on type 'ReductionPromiseArray'.
0 commit comments