Skip to content

Commit a139303

Browse files
TypeScript Botweswigham
TypeScript Bot
authored andcommitted
Update user baselines (microsoft#29109)
1 parent 08022d5 commit a139303

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

tests/baselines/reference/user/bluebird.log

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ node_modules/bluebird/js/release/debuggability.js(760,37): error TS2339: Propert
2727
node_modules/bluebird/js/release/debuggability.js(799,38): error TS2339: Property 'stack' does not exist on type 'CapturedTrace'.
2828
node_modules/bluebird/js/release/debuggability.js(808,25): error TS2554: Expected 0 arguments, but got 1.
2929
node_modules/bluebird/js/release/errors.js(10,49): error TS2350: Only a void function can be called with the 'new' keyword.
30-
node_modules/bluebird/js/release/errors.js(92,18): error TS2349: Cannot invoke an expression whose type lacks a call signature. Type '{ <T>(a: T[]): ReadonlyArray<T>; <T extends Function>(f: T): T; <T>(o: T): Readonly<T>; } | ((obj: any) => any)' has no compatible call signatures.
3130
node_modules/bluebird/js/release/generators.js(159,21): error TS2350: Only a void function can be called with the 'new' keyword.
3231
node_modules/bluebird/js/release/generators.js(190,15): error TS2350: Only a void function can be called with the 'new' keyword.
3332
node_modules/bluebird/js/release/generators.js(208,15): error TS2350: Only a void function can be called with the 'new' keyword.

tests/baselines/reference/user/lodash.log

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -376,9 +376,7 @@ node_modules/lodash/plant.js(42,21): error TS2339: Property '__wrapped__' does n
376376
node_modules/lodash/property.js(29,37): error TS2345: Argument of type 'string | symbol' is not assignable to parameter of type 'string'.
377377
Type 'symbol' is not assignable to type 'string'.
378378
node_modules/lodash/pullAllBy.js(29,34): error TS2554: Expected 0-1 arguments, but got 2.
379-
node_modules/lodash/reduce.js(48,10): error TS2349: Cannot invoke an expression whose type lacks a call signature. Type '((array?: any[] | undefined, iteratee: Function, accumulator?: any, initAccum?: boolean | undefined) => any) | ((collection: any, iteratee: Function, accumulator: any, initAccum: boolean, eachFunc: Function) => any)' has no compatible call signatures.
380379
node_modules/lodash/reduce.js(48,27): error TS2554: Expected 0-1 arguments, but got 2.
381-
node_modules/lodash/reduceRight.js(33,10): error TS2349: Cannot invoke an expression whose type lacks a call signature. Type '((array?: any[] | undefined, iteratee: Function, accumulator?: any, initAccum?: boolean | undefined) => any) | ((collection: any, iteratee: Function, accumulator: any, initAccum: boolean, eachFunc: Function) => any)' has no compatible call signatures.
382380
node_modules/lodash/reduceRight.js(33,27): error TS2554: Expected 0-1 arguments, but got 2.
383381
node_modules/lodash/reject.js(43,34): error TS2554: Expected 0-1 arguments, but got 2.
384382
node_modules/lodash/remove.js(41,15): error TS2554: Expected 0-1 arguments, but got 2.

0 commit comments

Comments
 (0)