Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit db8f01e

Browse files
committedSep 1, 2022
Update user baselines +cc @sandersn
1 parent 78bf52e commit db8f01e

15 files changed

+862
-825
lines changed
 

‎tests/baselines/reference/user/acorn.log

-1
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,6 @@ node_modules/acorn/acorn-loose/dist/acorn-loose.mjs(1284,19): error TS2339: Prop
421421
node_modules/acorn/acorn-loose/dist/acorn-loose.mjs(1239,94): error TS1313: The body of an 'if' statement cannot be the empty statement.
422422
node_modules/acorn/acorn-loose/dist/acorn-loose.mjs(1150,7): error TS2322: Type 'false' is not assignable to type 'undefined'.
423423
node_modules/acorn/acorn-loose/dist/acorn-loose.mjs(1146,7): error TS2322: Type 'true' is not assignable to type 'undefined'.
424-
node_modules/acorn/acorn-loose/dist/acorn-loose.mjs(1084,34): error TS2339: Property 'invalidTemplate' does not exist on type '{ num: TokenType; regexp: TokenType; string: TokenType; name: TokenType; eof: TokenType; bracketL: TokenType; bracketR: TokenType; ... 65 more ...; _delete: TokenType; }'.
425424
node_modules/acorn/acorn-loose/dist/acorn-loose.mjs(635,15): error TS2339: Property 'finishNode' does not exist on type 'parseFunction'.
426425
node_modules/acorn/acorn-loose/dist/acorn-loose.mjs(632,8): error TS2339: Property 'toks' does not exist on type 'parseFunction'.
427426
node_modules/acorn/acorn-loose/dist/acorn-loose.mjs(631,20): error TS2339: Property 'parseBlock' does not exist on type 'parseFunction'.

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

+8-8
Original file line numberDiff line numberDiff line change
@@ -196,14 +196,14 @@ node_modules/adonis-framework/src/Server/index.js(252,24): error TS1005: '}' exp
196196
node_modules/adonis-framework/src/Session/CookieManager.js(45,14): error TS2304: Cannot find name 'Mixed'.
197197
node_modules/adonis-framework/src/Session/CookieManager.js(60,15): error TS2304: Cannot find name 'Mixed'.
198198
node_modules/adonis-framework/src/Session/CookieManager.js(72,15): error TS2304: Cannot find name 'Stirng'.
199-
node_modules/adonis-framework/src/Session/Drivers/Cookie/index.js(77,15): error TS2322: Type 'Generator<any, any, any>' is not assignable to type 'boolean'.
200-
node_modules/adonis-framework/src/Session/Drivers/Cookie/index.js(88,15): error TS2322: Type 'Generator<any, any, any>' is not assignable to type 'boolean'.
199+
node_modules/adonis-framework/src/Session/Drivers/Cookie/index.js(77,15): error TS2322: Type 'Generator<any, any, unknown>' is not assignable to type 'boolean'.
200+
node_modules/adonis-framework/src/Session/Drivers/Cookie/index.js(88,15): error TS2322: Type 'Generator<any, any, unknown>' is not assignable to type 'boolean'.
201201
node_modules/adonis-framework/src/Session/Drivers/Cookie/index.js(118,14): error TS1056: Accessors are only available when targeting ECMAScript 5 and higher.
202202
node_modules/adonis-framework/src/Session/Drivers/File/index.js(25,14): error TS1056: Accessors are only available when targeting ECMAScript 5 and higher.
203203
node_modules/adonis-framework/src/Session/Drivers/File/index.js(79,15): error TS2505: A generator cannot have a 'void' type annotation.
204204
node_modules/adonis-framework/src/Session/Drivers/Redis/index.js(23,14): error TS1056: Accessors are only available when targeting ECMAScript 5 and higher.
205-
node_modules/adonis-framework/src/Session/Drivers/Redis/index.js(59,15): error TS2322: Type 'Generator<any, any, any>' is not assignable to type 'boolean'.
206-
node_modules/adonis-framework/src/Session/Drivers/Redis/index.js(72,15): error TS2322: Type 'Generator<any, any, any>' is not assignable to type 'boolean'.
205+
node_modules/adonis-framework/src/Session/Drivers/Redis/index.js(59,15): error TS2322: Type 'Generator<any, any, unknown>' is not assignable to type 'boolean'.
206+
node_modules/adonis-framework/src/Session/Drivers/Redis/index.js(72,15): error TS2322: Type 'Generator<any, any, unknown>' is not assignable to type 'boolean'.
207207
node_modules/adonis-framework/src/Session/SessionManager.js(13,21): error TS2307: Cannot find module 'adonis-fold' or its corresponding type declarations.
208208
node_modules/adonis-framework/src/Session/SessionManager.js(69,22): error TS2339: Property 'drivers' does not exist on type 'Function'.
209209
node_modules/adonis-framework/src/Session/SessionManager.js(69,49): error TS2339: Property 'drivers' does not exist on type 'Function'.
@@ -226,17 +226,17 @@ node_modules/adonis-framework/src/Session/index.js(107,92): error TS2339: Proper
226226
node_modules/adonis-framework/src/Session/index.js(107,126): error TS2339: Property 'driver' does not exist on type 'Function'.
227227
node_modules/adonis-framework/src/Session/index.js(123,23): error TS2532: Object is possibly 'undefined'.
228228
node_modules/adonis-framework/src/Session/index.js(137,5): error TS2532: Object is possibly 'undefined'.
229-
node_modules/adonis-framework/src/Session/index.js(168,15): error TS2322: Type 'Generator<any, any, any>' is not assignable to type 'boolean'.
229+
node_modules/adonis-framework/src/Session/index.js(168,15): error TS2322: Type 'Generator<any, any, unknown>' is not assignable to type 'boolean'.
230230
node_modules/adonis-framework/src/Session/index.js(199,15): error TS2304: Cannot find name 'Mixed'.
231231
node_modules/adonis-framework/src/Session/index.js(201,15): error TS2304: Cannot find name 'Mixed'.
232-
node_modules/adonis-framework/src/Session/index.js(204,15): error TS2322: Type 'Generator<any, any, any>' is not assignable to type 'boolean'.
232+
node_modules/adonis-framework/src/Session/index.js(204,15): error TS2322: Type 'Generator<any, any, unknown>' is not assignable to type 'boolean'.
233233
node_modules/adonis-framework/src/Session/index.js(222,11): error TS1359: Identifier expected. 'this' is a reserved word that cannot be used here.
234-
node_modules/adonis-framework/src/Session/index.js(234,15): error TS2322: Type 'Generator<any, any, any>' is not assignable to type 'boolean'.
234+
node_modules/adonis-framework/src/Session/index.js(234,15): error TS2322: Type 'Generator<any, any, unknown>' is not assignable to type 'boolean'.
235235
node_modules/adonis-framework/src/Session/index.js(247,15): error TS2304: Cannot find name 'Mixed'.
236236
node_modules/adonis-framework/src/Session/index.js(249,15): error TS2304: Cannot find name 'Mixed'.
237237
node_modules/adonis-framework/src/Session/index.js(265,12): error TS1359: Identifier expected. 'this' is a reserved word that cannot be used here.
238238
node_modules/adonis-framework/src/Session/index.js(267,15): error TS2304: Cannot find name 'Mixed'.
239-
node_modules/adonis-framework/src/Session/index.js(287,15): error TS2322: Type 'Generator<any, any, any>' is not assignable to type 'boolean'.
239+
node_modules/adonis-framework/src/Session/index.js(287,15): error TS2322: Type 'Generator<any, any, unknown>' is not assignable to type 'boolean'.
240240
node_modules/adonis-framework/src/Session/index.js(293,12): error TS2532: Object is possibly 'undefined'.
241241
node_modules/adonis-framework/src/Static/index.js(45,18): error TS2810: Expected 1 argument, but got 0. 'new Promise()' needs a JSDoc hint to produce a 'resolve' that can be called without arguments.
242242
node_modules/adonis-framework/src/View/Form/index.js(75,11): error TS2532: Object is possibly 'undefined'.
+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Exit Code: 2
2+
Standard output:
3+
node_modules/rc-tree/lib/NodeList.d.ts(15,23): error TS2344: Type 'TreeDataType' does not satisfy the constraint 'BasicDataNode'.
4+
node_modules/rc-tree/lib/NodeList.d.ts(18,29): error TS2344: Type 'TreeDataType' does not satisfy the constraint 'BasicDataNode'.
5+
6+
7+
8+
Standard error:

‎tests/baselines/reference/user/bluebird.log

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ node_modules/bluebird/js/release/promise.js(44,5): error TS2322: Type '() => { d
5858
Type '{ domain: any; async: AsyncResource; }' is not assignable to type 'null'.
5959
node_modules/bluebird/js/release/promise.js(86,15): error TS2350: Only a void function can be called with the 'new' keyword.
6060
node_modules/bluebird/js/release/promise.js(89,15): error TS2350: Only a void function can be called with the 'new' keyword.
61-
node_modules/bluebird/js/release/promise.js(104,10): error TS2339: Property '_promiseCreated' does not exist on type 'Promise'.
61+
node_modules/bluebird/js/release/promise.js(104,10): error TS2551: Property '_promiseCreated' does not exist on type 'Promise'. Did you mean '_promiseAt'?
6262
node_modules/bluebird/js/release/promise.js(105,10): error TS2339: Property '_fireEvent' does not exist on type 'Promise'.
6363
node_modules/bluebird/js/release/promise.js(130,19): error TS2350: Only a void function can be called with the 'new' keyword.
6464
node_modules/bluebird/js/release/promise.js(152,14): error TS2339: Property '_warn' does not exist on type 'Promise'.
@@ -128,7 +128,7 @@ node_modules/bluebird/js/release/reduce.js(29,10): error TS2551: Property '_init
128128
node_modules/bluebird/js/release/reduce.js(43,9): error TS2532: Object is possibly 'undefined'.
129129
node_modules/bluebird/js/release/reduce.js(60,10): error TS2339: Property '_promise' does not exist on type 'ReductionPromiseArray'.
130130
node_modules/bluebird/js/release/reduce.js(65,52): error TS2339: Property '_cancel' does not exist on type 'ReductionPromiseArray'.
131-
node_modules/bluebird/js/release/reduce.js(66,14): error TS2339: Property '_isResolved' does not exist on type 'ReductionPromiseArray'.
131+
node_modules/bluebird/js/release/reduce.js(66,14): error TS2551: Property '_isResolved' does not exist on type 'ReductionPromiseArray'. Did you mean '_resolve'?
132132
node_modules/bluebird/js/release/reduce.js(67,10): error TS2551: Property '_resultCancelled$' does not exist on type 'ReductionPromiseArray'. Did you mean '_resultCancelled'?
133133
node_modules/bluebird/js/release/reduce.js(144,18): error TS2339: Property 'promise' does not exist on type 'ReductionPromiseArray'.
134134
node_modules/bluebird/js/release/reduce.js(149,10): error TS2339: Property 'array' does not exist on type 'gotAccum'.

‎tests/baselines/reference/user/chrome-devtools-frontend.log

+70-76
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Exit Code: 2
2+
Standard output:
3+
node_modules/@discordjs/rest/dist/lib/RequestManager.d.ts(148,5): error TS18028: Private identifiers are only available when targeting ECMAScript 2015 and higher.
4+
node_modules/@sapphire/snowflake/dist/lib/Snowflake.d.ts(15,5): error TS18028: Private identifiers are only available when targeting ECMAScript 2015 and higher.
5+
6+
7+
8+
Standard error:

‎tests/baselines/reference/user/enhanced-resolve.log

+10-12
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,21 @@ node_modules/enhanced-resolve/lib/CachedInputFileSystem.js(124,3): error TS2532:
66
node_modules/enhanced-resolve/lib/CachedInputFileSystem.js(125,23): error TS2345: Argument of type 'Set<any> | undefined' is not assignable to parameter of type 'Set<any>'.
77
Type 'undefined' is not assignable to type 'Set<any>'.
88
node_modules/enhanced-resolve/lib/CachedInputFileSystem.js(127,18): error TS2769: No overload matches this call.
9-
Overload 1 of 2, '(intervalId: Timeout): void', gave the following error.
10-
Argument of type 'Timer | null' is not assignable to parameter of type 'Timeout'.
11-
Type 'null' is not assignable to type 'Timeout'.
12-
Overload 2 of 2, '(id?: number | undefined): void', gave the following error.
9+
Overload 1 of 2, '(intervalId: string | number | Timeout | undefined): void', gave the following error.
10+
Argument of type 'Timer | null' is not assignable to parameter of type 'string | number | Timeout | undefined'.
11+
Type 'null' is not assignable to type 'string | number | Timeout | undefined'.
12+
Overload 2 of 2, '(id: number | undefined): void', gave the following error.
1313
Argument of type 'Timer | null' is not assignable to parameter of type 'number | undefined'.
1414
Type 'null' is not assignable to type 'number | undefined'.
1515
node_modules/enhanced-resolve/lib/CachedInputFileSystem.js(143,18): error TS2769: No overload matches this call.
16-
Overload 1 of 2, '(intervalId: Timeout): void', gave the following error.
17-
Argument of type 'Timer | null' is not assignable to parameter of type 'Timeout'.
18-
Type 'null' is not assignable to type 'Timeout'.
19-
Overload 2 of 2, '(id?: number | undefined): void', gave the following error.
16+
Overload 1 of 2, '(intervalId: string | number | Timeout | undefined): void', gave the following error.
17+
Argument of type 'Timer | null' is not assignable to parameter of type 'string | number | Timeout | undefined'.
18+
Overload 2 of 2, '(id: number | undefined): void', gave the following error.
2019
Argument of type 'Timer | null' is not assignable to parameter of type 'number | undefined'.
2120
node_modules/enhanced-resolve/lib/CachedInputFileSystem.js(162,18): error TS2769: No overload matches this call.
22-
Overload 1 of 2, '(intervalId: Timeout): void', gave the following error.
23-
Argument of type 'Timer | null' is not assignable to parameter of type 'Timeout'.
24-
Type 'null' is not assignable to type 'Timeout'.
25-
Overload 2 of 2, '(id?: number | undefined): void', gave the following error.
21+
Overload 1 of 2, '(intervalId: string | number | Timeout | undefined): void', gave the following error.
22+
Argument of type 'Timer | null' is not assignable to parameter of type 'string | number | Timeout | undefined'.
23+
Overload 2 of 2, '(id: number | undefined): void', gave the following error.
2624
Argument of type 'Timer | null' is not assignable to parameter of type 'number | undefined'.
2725
node_modules/enhanced-resolve/lib/CachedInputFileSystem.js(192,20): error TS2322: Type 'null' is not assignable to type '(path: any, callback: any) => void'.
2826
node_modules/enhanced-resolve/lib/CachedInputFileSystem.js(197,24): error TS2322: Type 'null' is not assignable to type '(path: any) => any'.

‎tests/baselines/reference/user/follow-redirects.log

+8-12
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Exit Code: 2
22
Standard output:
33
node_modules/follow-redirects/index.js(39,17): error TS2345: Argument of type 'this' is not assignable to parameter of type 'Writable'.
4-
Type 'RedirectableRequest' is missing the following properties from type 'Writable': writable, writableEnded, writableFinished, writableHighWaterMark, and 27 more.
4+
Type 'RedirectableRequest' is missing the following properties from type 'Writable': writable, writableEnded, writableFinished, writableHighWaterMark, and 30 more.
55
node_modules/follow-redirects/index.js(51,10): error TS2339: Property 'on' does not exist on type 'RedirectableRequest'.
66
node_modules/follow-redirects/index.js(67,8): error TS2339: Property 'emit' does not exist on type 'RedirectableRequest'.
77
node_modules/follow-redirects/index.js(102,10): error TS2339: Property 'emit' does not exist on type 'RedirectableRequest'.
@@ -25,17 +25,13 @@ node_modules/follow-redirects/index.js(205,8): error TS2339: Property 'on' does
2525
node_modules/follow-redirects/index.js(206,8): error TS2339: Property 'on' does not exist on type 'RedirectableRequest'.
2626
node_modules/follow-redirects/index.js(207,8): error TS2339: Property 'on' does not exist on type 'RedirectableRequest'.
2727
node_modules/follow-redirects/index.js(266,10): error TS2339: Property 'emit' does not exist on type 'RedirectableRequest'.
28-
node_modules/follow-redirects/index.js(302,16): error TS2339: Property 'emit' does not exist on type 'RedirectableRequest'.
29-
node_modules/follow-redirects/index.js(346,10): error TS2339: Property 'emit' does not exist on type 'RedirectableRequest'.
30-
node_modules/follow-redirects/index.js(361,10): error TS2339: Property 'emit' does not exist on type 'RedirectableRequest'.
31-
node_modules/follow-redirects/index.js(385,35): error TS2345: Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
32-
Type 'undefined' is not assignable to type 'string'.
33-
node_modules/follow-redirects/index.js(393,31): error TS2345: Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
34-
Type 'undefined' is not assignable to type 'string'.
35-
node_modules/follow-redirects/index.js(396,10): error TS2339: Property 'emit' does not exist on type 'RedirectableRequest'.
36-
node_modules/follow-redirects/index.js(422,12): error TS2339: Property 'emit' does not exist on type 'RedirectableRequest'.
37-
node_modules/follow-redirects/index.js(433,10): error TS2339: Property 'emit' does not exist on type 'RedirectableRequest'.
38-
node_modules/follow-redirects/index.js(555,25): error TS2339: Property 'code' does not exist on type 'Error'.
28+
node_modules/follow-redirects/index.js(307,16): error TS2339: Property 'emit' does not exist on type 'RedirectableRequest'.
29+
node_modules/follow-redirects/index.js(351,10): error TS2339: Property 'emit' does not exist on type 'RedirectableRequest'.
30+
node_modules/follow-redirects/index.js(366,10): error TS2339: Property 'emit' does not exist on type 'RedirectableRequest'.
31+
node_modules/follow-redirects/index.js(412,10): error TS2339: Property 'emit' does not exist on type 'RedirectableRequest'.
32+
node_modules/follow-redirects/index.js(446,12): error TS2339: Property 'emit' does not exist on type 'RedirectableRequest'.
33+
node_modules/follow-redirects/index.js(457,10): error TS2339: Property 'emit' does not exist on type 'RedirectableRequest'.
34+
node_modules/follow-redirects/index.js(579,25): error TS2339: Property 'code' does not exist on type 'Error'.
3935

4036

4137

‎tests/baselines/reference/user/grunt.log

+18-18
Original file line numberDiff line numberDiff line change
@@ -25,24 +25,24 @@ lib/grunt/file.js(239,74): error TS2571: Object is of type 'unknown'.
2525
lib/grunt/file.js(263,74): error TS2571: Object is of type 'unknown'.
2626
lib/grunt/file.js(270,23): error TS2339: Property 'option' does not exist on type 'typeof import("/grunt/grunt/lib/grunt")'.
2727
lib/grunt/file.js(288,86): error TS2571: Object is of type 'unknown'.
28-
lib/grunt/file.js(341,7): error TS2367: This condition will always return 'false' since the types 'string | Buffer' and 'boolean' have no overlap.
29-
lib/grunt/file.js(352,23): error TS2339: Property 'option' does not exist on type 'typeof import("/grunt/grunt/lib/grunt")'.
30-
lib/grunt/file.js(354,29): error TS2339: Property 'option' does not exist on type 'typeof import("/grunt/grunt/lib/grunt")'.
31-
lib/grunt/file.js(369,13): error TS2339: Property 'fail' does not exist on type 'typeof import("/grunt/grunt/lib/grunt")'.
32-
lib/grunt/file.js(373,13): error TS2339: Property 'fail' does not exist on type 'typeof import("/grunt/grunt/lib/grunt")'.
33-
lib/grunt/file.js(387,75): error TS2571: Object is of type 'unknown'.
34-
lib/grunt/file.js(393,40): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type 'string[]'.
35-
lib/grunt/file.js(399,40): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type 'string[]'.
36-
lib/grunt/file.js(403,9): error TS2571: Object is of type 'unknown'.
37-
lib/grunt/file.js(407,85): error TS2571: Object is of type 'unknown'.
38-
lib/grunt/file.js(413,40): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type 'string[]'.
39-
lib/grunt/file.js(419,40): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type 'string[]'.
40-
lib/grunt/file.js(425,40): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type 'string[]'.
41-
lib/grunt/file.js(452,40): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type 'string[]'.
42-
lib/grunt/file.js(463,14): error TS2339: Property 'file' does not exist on type 'typeof import("/grunt/grunt/lib/grunt")'.
43-
lib/grunt/file.js(467,20): error TS2339: Property 'file' does not exist on type 'typeof import("/grunt/grunt/lib/grunt")'.
44-
lib/grunt/file.js(472,44): error TS2345: Argument of type 'string' is not assignable to parameter of type 'Type | null | undefined'.
45-
lib/grunt/file.js(477,40): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type 'string[]'.
28+
lib/grunt/file.js(336,7): error TS2367: This condition will always return 'false' since the types 'string | Buffer' and 'boolean' have no overlap.
29+
lib/grunt/file.js(347,23): error TS2339: Property 'option' does not exist on type 'typeof import("/grunt/grunt/lib/grunt")'.
30+
lib/grunt/file.js(349,29): error TS2339: Property 'option' does not exist on type 'typeof import("/grunt/grunt/lib/grunt")'.
31+
lib/grunt/file.js(364,13): error TS2339: Property 'fail' does not exist on type 'typeof import("/grunt/grunt/lib/grunt")'.
32+
lib/grunt/file.js(368,13): error TS2339: Property 'fail' does not exist on type 'typeof import("/grunt/grunt/lib/grunt")'.
33+
lib/grunt/file.js(382,75): error TS2571: Object is of type 'unknown'.
34+
lib/grunt/file.js(388,40): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type 'string[]'.
35+
lib/grunt/file.js(394,40): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type 'string[]'.
36+
lib/grunt/file.js(398,9): error TS2571: Object is of type 'unknown'.
37+
lib/grunt/file.js(402,85): error TS2571: Object is of type 'unknown'.
38+
lib/grunt/file.js(408,40): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type 'string[]'.
39+
lib/grunt/file.js(414,40): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type 'string[]'.
40+
lib/grunt/file.js(420,40): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type 'string[]'.
41+
lib/grunt/file.js(447,40): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type 'string[]'.
42+
lib/grunt/file.js(458,14): error TS2339: Property 'file' does not exist on type 'typeof import("/grunt/grunt/lib/grunt")'.
43+
lib/grunt/file.js(462,20): error TS2339: Property 'file' does not exist on type 'typeof import("/grunt/grunt/lib/grunt")'.
44+
lib/grunt/file.js(467,44): error TS2345: Argument of type 'string' is not assignable to parameter of type 'Type | null | undefined'.
45+
lib/grunt/file.js(472,40): error TS2345: Argument of type 'IArguments' is not assignable to parameter of type 'string[]'.
4646
lib/grunt/help.js(58,40): error TS2339: Property 'cli' does not exist on type 'typeof import("/grunt/grunt/lib/grunt")'.
4747
lib/grunt/help.js(59,19): error TS2339: Property 'cli' does not exist on type 'typeof import("/grunt/grunt/lib/grunt")'.
4848
lib/grunt/help.js(81,9): error TS2551: Property 'task' does not exist on type 'typeof import("/grunt/grunt/lib/grunt")'. Did you mean 'tasks'?

‎tests/baselines/reference/user/lodash.log

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ node_modules/lodash/_hasPath.js(35,50): error TS2454: Variable 'key' is used bef
162162
node_modules/lodash/_hashDelete.js(7,20): error TS8024: JSDoc '@param' tag has name 'hash', but there is no parameter with that name.
163163
node_modules/lodash/_initCloneArray.js(16,20): error TS2351: This expression is not constructable.
164164
Type 'Function' has no construct signatures.
165-
node_modules/lodash/_initCloneArray.js(20,26): error TS2339: Property 'index' does not exist on type 'any[]'.
165+
node_modules/lodash/_initCloneArray.js(20,26): error TS2551: Property 'index' does not exist on type 'any[]'. Did you mean 'indexOf'?
166166
node_modules/lodash/_initCloneArray.js(21,26): error TS2339: Property 'input' does not exist on type 'any[]'.
167167
node_modules/lodash/_insertWrapDetails.js(10,5): error TS1223: 'returns' tag already specified.
168168
node_modules/lodash/_insertWrapDetails.js(15,5): error TS2322: Type 'string' is not assignable to type 'any[]'.

‎tests/baselines/reference/user/npm.log

+305-270
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
Exit Code: 2
2+
Standard output:
3+
src/common/Frame.ts(780,27): error TS2304: Cannot find name 'InjectedUtil'.
4+
src/common/Frame.ts(862,27): error TS2304: Cannot find name 'InjectedUtil'.
5+
src/common/IsolatedWorld.ts(18,40): error TS2307: Cannot find module '../generated/injected.js' or its corresponding type declarations.
6+
src/node/NodeWebSocketTransport.ts(18,30): error TS2307: Cannot find module '../generated/version.js' or its corresponding type declarations.
7+
src/types.ts(54,15): error TS2307: Cannot find module './generated/injected.js' or its corresponding type declarations.
8+
src/types.ts(55,15): error TS2307: Cannot find module './generated/version.js' or its corresponding type declarations.
9+
vendor/mitt/src/index.ts(57,21): error TS2532: Object is possibly 'undefined'.
10+
vendor/mitt/src/index.ts(60,5): error TS2532: Object is possibly 'undefined'.
11+
vendor/mitt/src/index.ts(71,21): error TS2532: Object is possibly 'undefined'.
12+
vendor/mitt/src/index.ts(88,6): error TS2532: Object is possibly 'undefined'.
13+
vendor/mitt/src/index.ts(89,6): error TS2532: Object is possibly 'undefined'.
14+
15+
16+
17+
Standard error:

‎tests/baselines/reference/user/uglify-js.log

+405-423
Large diffs are not rendered by default.

‎tests/baselines/reference/user/vue.log

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Exit Code: 2
22
Standard output:
3-
node_modules/@vue/runtime-core/dist/runtime-core.d.ts(1826,33): error TS2344: Type 'HostElement' does not satisfy the constraint 'RendererElement'.
3+
node_modules/@vue/runtime-core/dist/runtime-core.d.ts(1848,33): error TS2344: Type 'HostElement' does not satisfy the constraint 'RendererElement'.
44

55

66

‎tests/baselines/reference/user/vuex.log

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Exit Code: 2
22
Standard output:
3-
node_modules/@vue/runtime-core/dist/runtime-core.d.ts(1826,33): error TS2344: Type 'HostElement' does not satisfy the constraint 'RendererElement'.
3+
node_modules/@vue/runtime-core/dist/runtime-core.d.ts(1848,33): error TS2344: Type 'HostElement' does not satisfy the constraint 'RendererElement'.
44

55

66

0 commit comments

Comments
 (0)
Please sign in to comment.