Skip to content

Commit

Permalink
Update user baselines
Browse files Browse the repository at this point in the history
  • Loading branch information
typescript-bot committed Dec 16, 2020
1 parent aa13d54 commit 866734a
Show file tree
Hide file tree
Showing 6 changed files with 94 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/baselines/reference/user/async.log
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ node_modules/async/dist/async.js(3640,30): error TS1003: Identifier expected.
node_modules/async/dist/async.js(3664,9): error TS1003: Identifier expected.
node_modules/async/dist/async.js(3688,9): error TS2722: Cannot invoke an object which is possibly 'undefined'.
node_modules/async/dist/async.js(3746,9): error TS1003: Identifier expected.
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.
node_modules/async/dist/async.js(3827,14): error TS2339: Property 'memo' does not exist on type '(...args: any[]) => void'.
node_modules/async/dist/async.js(3828,14): error TS2339: Property 'unmemoized' does not exist on type '(...args: any[]) => void'.
node_modules/async/dist/async.js(3844,9): error TS1003: Identifier expected.
Expand Down
8 changes: 8 additions & 0 deletions tests/baselines/reference/user/bluebird.log
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ node_modules/bluebird/js/release/debuggability.js(301,9): error TS2322: Type 'Pr
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'.
Type '(name: any, ...args: any[]) => boolean' is not assignable to type '(this: null, args_0?: any, ...args_1: any[]) => Process'.
Type 'boolean' is not assignable to type 'Process'.
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.
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.
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.
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.
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.
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.
node_modules/bluebird/js/release/debuggability.js(456,14): error TS2339: Property '_setBoundTo' does not exist on type 'cancellationPropagateFrom'.
node_modules/bluebird/js/release/debuggability.js(482,42): error TS2339: Property '_peekContext' does not exist on type 'longStackTracesCaptureStackTrace'.
node_modules/bluebird/js/release/debuggability.js(562,19): error TS2350: Only a void function can be called with the 'new' keyword.
Expand All @@ -18,6 +24,7 @@ node_modules/bluebird/js/release/debuggability.js(807,5): error TS2721: Cannot i
node_modules/bluebird/js/release/debuggability.js(825,30): error TS2339: Property 'stack' does not exist on type 'CapturedTrace'.
node_modules/bluebird/js/release/debuggability.js(831,37): error TS2339: Property 'stack' does not exist on type 'CapturedTrace'.
node_modules/bluebird/js/release/debuggability.js(870,38): error TS2339: Property 'stack' does not exist on type 'CapturedTrace'.
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.
node_modules/bluebird/js/release/debuggability.js(950,4): error TS2554: Expected 0 arguments, but got 1.
node_modules/bluebird/js/release/errors.js(10,49): error TS2350: Only a void function can be called with the 'new' keyword.
node_modules/bluebird/js/release/finally.js(50,24): error TS2339: Property 'promise' does not exist on type 'finallyHandler'.
Expand Down Expand Up @@ -119,6 +126,7 @@ node_modules/bluebird/js/release/props.js(75,26): error TS2339: Property '_value
node_modules/bluebird/js/release/props.js(75,57): error TS2339: Property '_values' does not exist on type 'PropertiesPromiseArray'.
node_modules/bluebird/js/release/props.js(78,14): error TS2339: Property '_resolve' does not exist on type 'PropertiesPromiseArray'.
node_modules/bluebird/js/release/props.js(102,53): error TS2339: Property 'promise' does not exist on type 'PropertiesPromiseArray'.
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.
node_modules/bluebird/js/release/reduce.js(12,10): error TS2339: Property 'constructor$' does not exist on type 'ReductionPromiseArray'.
node_modules/bluebird/js/release/reduce.js(22,39): error TS2339: Property '_length' does not exist on type 'ReductionPromiseArray'.
node_modules/bluebird/js/release/reduce.js(28,10): error TS2339: Property '_promise' does not exist on type 'ReductionPromiseArray'.
Expand Down
Loading

0 comments on commit 866734a

Please sign in to comment.