Skip to content

Commit d8cbe34

Browse files
TypeScript Botweswigham
TypeScript Bot
authored andcommitted
Update user baselines (#26186)
1 parent 3ef067f commit d8cbe34

14 files changed

+1258
-1225
lines changed

tests/baselines/reference/user/adonis-framework.log

-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ node_modules/adonis-framework/src/Helpers/index.js(256,45): error TS2345: Argume
7676
Type 'undefined' is not assignable to type 'string'.
7777
node_modules/adonis-framework/src/Helpers/index.js(330,23): error TS2532: Object is possibly 'undefined'.
7878
node_modules/adonis-framework/src/Middleware/index.js(13,21): error TS2307: Cannot find module 'adonis-fold'.
79-
node_modules/adonis-framework/src/Middleware/index.js(92,19): error TS2538: Type 'undefined' cannot be used as an index type.
8079
node_modules/adonis-framework/src/Middleware/index.js(230,20): error TS8024: JSDoc '@param' tag has name 'Middleware', but there is no parameter with that name.
8180
node_modules/adonis-framework/src/Request/index.js(64,15): error TS2304: Cannot find name 'Mixed'.
8281
node_modules/adonis-framework/src/Request/index.js(66,15): error TS2304: Cannot find name 'Mixed'.

tests/baselines/reference/user/async.log

+3-3
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@ node_modules/async/dist/async.js(2116,20): error TS2345: Argument of type 'Funct
126126
Type 'Function' is not assignable to type 'number'.
127127
node_modules/async/dist/async.js(2274,21): error TS2554: Expected 0 arguments, but got 2.
128128
node_modules/async/dist/async.js(2425,20): error TS1005: '}' expected.
129-
node_modules/async/dist/async.js(2450,5): error TS2322: Type '{ [x: string]: any; _tasks: DLL; concurrency: any; payload: any; saturated: () => void; unsaturated: () => void; buffer: number; empty: () => void; drain: () => void; error: () => void; started: boolean; paused: boolean; ... 10 more ...; resume: () => void; }' is not assignable to type 'NodeModule'.
130-
Property 'exports' is missing in type '{ [x: string]: any; _tasks: DLL; concurrency: any; payload: any; saturated: () => void; unsaturated: () => void; buffer: number; empty: () => void; drain: () => void; error: () => void; started: boolean; paused: boolean; ... 10 more ...; resume: () => void; }'.
129+
node_modules/async/dist/async.js(2450,5): error TS2322: Type '{ _tasks: DLL; concurrency: any; payload: any; saturated: () => void; unsaturated: () => void; buffer: number; empty: () => void; drain: () => void; error: () => void; started: boolean; paused: boolean; push: (data: any, callback: any) => void; ... 9 more ...; resume: () => void; }' is not assignable to type 'NodeModule'.
130+
Property 'exports' is missing in type '{ _tasks: DLL; concurrency: any; payload: any; saturated: () => void; unsaturated: () => void; buffer: number; empty: () => void; drain: () => void; error: () => void; started: boolean; paused: boolean; push: (data: any, callback: any) => void; ... 9 more ...; resume: () => void; }'.
131131
node_modules/async/dist/async.js(2521,9): error TS2722: Cannot invoke an object which is possibly 'undefined'.
132132
node_modules/async/dist/async.js(2564,31): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type 'any[]'.
133133
Property 'pop' is missing in type 'IArguments'.
@@ -161,7 +161,7 @@ node_modules/async/dist/async.js(3848,23): error TS1003: Identifier expected.
161161
node_modules/async/dist/async.js(3848,24): error TS1003: Identifier expected.
162162
node_modules/async/dist/async.js(3848,25): error TS1003: Identifier expected.
163163
node_modules/async/dist/async.js(4059,20): error TS1005: '}' expected.
164-
node_modules/async/dist/async.js(4095,5): error TS2322: Type '{ [x: string]: any; _tasks: DLL; concurrency: any; payload: any; saturated: () => void; unsaturated: () => void; buffer: number; empty: () => void; drain: () => void; error: () => void; started: boolean; paused: boolean; ... 10 more ...; resume: () => void; }' is not assignable to type 'NodeModule'.
164+
node_modules/async/dist/async.js(4095,5): error TS2322: Type '{ _tasks: DLL; concurrency: any; payload: any; saturated: () => void; unsaturated: () => void; buffer: number; empty: () => void; drain: () => void; error: () => void; started: boolean; paused: boolean; push: (data: any, callback: any) => void; ... 9 more ...; resume: () => void; }' is not assignable to type 'NodeModule'.
165165
node_modules/async/dist/async.js(4117,20): error TS1005: '}' expected.
166166
node_modules/async/dist/async.js(4128,7): error TS2339: Property 'push' does not exist on type 'NodeModule'.
167167
node_modules/async/dist/async.js(4133,11): error TS2339: Property 'started' does not exist on type 'NodeModule'.

tests/baselines/reference/user/bcryptjs.log

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Exit Code: 1
22
Standard output:
33
node_modules/bcryptjs/scripts/build.js(1,26): error TS2307: Cannot find module 'metascript'.
4-
node_modules/bcryptjs/scripts/build.js(32,1): error TS2322: Type '{ VERSION: any; }' is not assignable to type '{ [x: string]: any; VERSION: any; ISAAC: boolean; }'.
4+
node_modules/bcryptjs/scripts/build.js(32,1): error TS2322: Type '{ VERSION: any; }' is not assignable to type '{ VERSION: any; ISAAC: boolean; }'.
55
Property 'ISAAC' is missing in type '{ VERSION: any; }'.
66
node_modules/bcryptjs/src/bcrypt/impl.js(516,22): error TS2345: Argument of type 'Int32List' is not assignable to parameter of type 'number[]'.
77
Type 'Int32Array' is not assignable to type 'number[]'.

tests/baselines/reference/user/bluebird.log

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ node_modules/bluebird/js/release/using.js(223,15): error TS2351: Cannot use 'new
158158
node_modules/bluebird/js/release/util.js(97,5): error TS2349: Cannot invoke an expression whose type lacks a call signature. Type '((o: any, p: string | number | symbol, attributes: PropertyDescriptor & ThisType<any>) => any) | ((o: any, key: any, desc: any) => any)' has no compatible call signatures.
159159
node_modules/bluebird/js/release/util.js(247,28): error TS2554: Expected 0 arguments, but got 2.
160160
node_modules/bluebird/js/release/util.js(275,17): error TS2349: Cannot invoke an expression whose type lacks a call signature. Type '((o: any, p: string | number | symbol, attributes: PropertyDescriptor & ThisType<any>) => any) | ((o: any, key: any, desc: any) => any)' has no compatible call signatures.
161-
node_modules/bluebird/js/release/util.js(275,45): error TS2349: Cannot invoke an expression whose type lacks a call signature. Type '((o: any, p: string | number | symbol) => PropertyDescriptor | undefined) | ((o: any, key: any) => { [x: string]: any; value: any; })' has no compatible call signatures.
161+
node_modules/bluebird/js/release/util.js(275,45): error TS2349: Cannot invoke an expression whose type lacks a call signature. Type '((o: any, p: string | number | symbol) => PropertyDescriptor | undefined) | ((o: any, key: any) => { value: any; })' has no compatible call signatures.
162162
node_modules/bluebird/js/release/util.js(363,25): error TS2304: Cannot find name 'chrome'.
163163
node_modules/bluebird/js/release/util.js(363,51): error TS2304: Cannot find name 'chrome'.
164164
node_modules/bluebird/js/release/util.js(364,25): error TS2304: Cannot find name 'chrome'.

0 commit comments

Comments
 (0)