Skip to content

Commit 2ec4722

Browse files
committed
Update user baselines
1 parent 0f5ddd2 commit 2ec4722

File tree

6 files changed

+26
-34
lines changed

6 files changed

+26
-34
lines changed

tests/baselines/reference/user/async.log

+2-2
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ node_modules/async/dist/async.js(31,28): error TS1003: Identifier expected.
9090
node_modules/async/dist/async.js(31,29): error TS1003: Identifier expected.
9191
node_modules/async/dist/async.js(31,30): error TS1003: Identifier expected.
9292
node_modules/async/dist/async.js(298,7): error TS2454: Variable 'unmasked' is used before being assigned.
93-
node_modules/async/dist/async.js(622,80): error TS2339: Property 'nodeType' does not exist on type 'NodeModule'.
94-
node_modules/async/dist/async.js(748,84): error TS2339: Property 'nodeType' does not exist on type 'NodeModule'.
93+
node_modules/async/dist/async.js(622,80): error TS2339: Property 'nodeType' does not exist on type 'Module'.
94+
node_modules/async/dist/async.js(748,84): error TS2339: Property 'nodeType' does not exist on type 'Module'.
9595
node_modules/async/dist/async.js(754,49): error TS2339: Property 'process' does not exist on type 'false | Global'.
9696
Property 'process' does not exist on type 'false'.
9797
node_modules/async/dist/async.js(810,45): error TS2554: Expected 0 arguments, but got 1.

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Exit Code: 1
22
Standard output:
33
../../../../built/local/lib.es5.d.ts(1433,11): error TS2300: Duplicate identifier 'ArrayLike'.
4-
../../../../node_modules/@types/node/globals.d.ts(235,13): error TS2403: Subsequent variable declarations must have the same type. Variable 'module' must be of type '{}', but here has type 'NodeModule'.
4+
../../../../node_modules/@types/node/globals.d.ts(168,13): error TS2403: Subsequent variable declarations must have the same type. Variable 'module' must be of type '{}', but here has type 'Module'.
55
node_modules/chrome-devtools-frontend/front_end/Runtime.js(43,8): error TS2339: Property '_importScriptPathPrefix' does not exist on type 'Window & typeof globalThis'.
66
node_modules/chrome-devtools-frontend/front_end/Runtime.js(77,16): error TS7014: Function type, which lacks return-type annotation, implicitly has an 'any' return type.
77
node_modules/chrome-devtools-frontend/front_end/Runtime.js(78,16): error TS7014: Function type, which lacks return-type annotation, implicitly has an 'any' return type.
@@ -12,7 +12,7 @@ node_modules/chrome-devtools-frontend/front_end/Runtime.js(270,9): error TS2322:
1212
node_modules/chrome-devtools-frontend/front_end/Runtime.js(280,5): error TS2322: Type 'Promise<void>' is not assignable to type 'Promise<undefined>'.
1313
node_modules/chrome-devtools-frontend/front_end/Runtime.js(283,12): error TS2554: Expected 2-3 arguments, but got 1.
1414
node_modules/chrome-devtools-frontend/front_end/Runtime.js(525,9): error TS2322: Type 'Window' is not assignable to type 'Window & typeof globalThis'.
15-
Type 'Window' is missing the following properties from type 'typeof globalThis': globalThis, eval, parseInt, parseFloat, and 873 more.
15+
Type 'Window' is missing the following properties from type 'typeof globalThis': globalThis, eval, parseInt, parseFloat, and 872 more.
1616
node_modules/chrome-devtools-frontend/front_end/Runtime.js(527,49): error TS2352: Conversion of type 'Window & typeof globalThis' to type 'new () => any' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
1717
Type 'Window & typeof globalThis' provides no match for the signature 'new (): any'.
1818
node_modules/chrome-devtools-frontend/front_end/Runtime.js(539,24): error TS2351: This expression is not constructable.
@@ -606,7 +606,7 @@ node_modules/chrome-devtools-frontend/front_end/audits2_worker/Audits2Service.js
606606
node_modules/chrome-devtools-frontend/front_end/audits2_worker/Audits2Service.js(130,8): error TS2339: Property 'document' does not exist on type 'Global'.
607607
node_modules/chrome-devtools-frontend/front_end/audits2_worker/Audits2Service.js(131,8): error TS2339: Property 'document' does not exist on type 'Global'.
608608
node_modules/chrome-devtools-frontend/front_end/audits2_worker/Audits2Service.js(132,8): error TS2339: Property 'document' does not exist on type 'Global'.
609-
node_modules/chrome-devtools-frontend/front_end/audits2_worker/lighthouse/lighthouse-background.js(2,1): error TS2739: Type '(o: any, u: any) => any' is missing the following properties from type 'NodeRequire': resolve, cache, extensions, main
609+
node_modules/chrome-devtools-frontend/front_end/audits2_worker/lighthouse/lighthouse-background.js(2,1): error TS2739: Type '(o: any, u: any) => any' is missing the following properties from type 'Require': resolve, cache, extensions, main
610610
node_modules/chrome-devtools-frontend/front_end/audits2_worker/lighthouse/lighthouse-background.js(2,125): error TS2554: Expected 1 arguments, but got 2.
611611
node_modules/chrome-devtools-frontend/front_end/audits2_worker/lighthouse/lighthouse-background.js(2,145): error TS2554: Expected 1 arguments, but got 2.
612612
node_modules/chrome-devtools-frontend/front_end/audits2_worker/lighthouse/lighthouse-background.js(2,203): error TS2339: Property 'code' does not exist on type 'Error'.

tests/baselines/reference/user/lodash.log

+5-11
Original file line numberDiff line numberDiff line change
@@ -73,16 +73,15 @@ node_modules/lodash/_baseSlice.js(26,35): error TS2532: Object is possibly 'unde
7373
node_modules/lodash/_baseSortBy.js(14,14): error TS2345: Argument of type 'Function' is not assignable to parameter of type '(a: any, b: any) => number'.
7474
Type 'Function' provides no match for the signature '(a: any, b: any): number'.
7575
node_modules/lodash/_baseUniq.js(30,5): error TS2322: Type '(array?: any[] | undefined, value: any, comparator: Function) => boolean' is not assignable to type '(array?: any[] | undefined, value: any) => boolean'.
76-
node_modules/lodash/_baseUniq.js(33,43): error TS2554: Expected 0 arguments, but got 1.
7776
node_modules/lodash/_baseUniq.js(39,5): error TS2322: Type 'SetCache' is not assignable to type 'any[]'.
7877
node_modules/lodash/_baseUniq.js(62,40): error TS2554: Expected 2 arguments, but got 3.
7978
node_modules/lodash/_baseWrapperValue.js(18,21): error TS2339: Property 'value' does not exist on type 'LazyWrapper'.
8079
node_modules/lodash/_cloneArrayBuffer.js(11,20): error TS2351: This expression is not constructable.
8180
Type 'Function' has no construct signatures.
8281
node_modules/lodash/_cloneBuffer.js(4,69): error TS2339: Property 'nodeType' does not exist on type '(buffer: Buffer, isDeep?: boolean | undefined) => Buffer'.
8382
node_modules/lodash/_cloneBuffer.js(7,80): error TS2339: Property 'nodeType' does not exist on type '{ "\"../../../tests/cases/user/lodash/node_modules/lodash/_cloneBuffer\"": (buffer: Buffer, isDeep?: boolean | undefined) => Buffer; }'.
84-
node_modules/lodash/_copySymbols.js(13,40): error TS2554: Expected 0 arguments, but got 1.
85-
node_modules/lodash/_copySymbolsIn.js(13,42): error TS2554: Expected 0 arguments, but got 1.
83+
node_modules/lodash/_cloneBuffer.js(29,56): error TS2351: This expression is not constructable.
84+
Type 'Function' has no construct signatures.
8685
node_modules/lodash/_createAggregator.js(19,60): error TS2554: Expected 0-1 arguments, but got 2.
8786
node_modules/lodash/_createCompounder.js(20,24): error TS2554: Expected 3 arguments, but got 1.
8887
node_modules/lodash/_createCtor.js(19,26): error TS2351: This expression is not constructable.
@@ -106,7 +105,6 @@ node_modules/lodash/_createFind.js(16,46): error TS2554: Expected 0-1 arguments,
106105
node_modules/lodash/_createFind.js(21,34): error TS2454: Variable 'iteratee' is used before being assigned.
107106
node_modules/lodash/_createFlow.js(38,22): error TS2454: Variable 'wrapper' is used before being assigned.
108107
node_modules/lodash/_createFlow.js(42,13): error TS2454: Variable 'wrapper' is used before being assigned.
109-
node_modules/lodash/_createFlow.js(47,50): error TS2554: Expected 0 arguments, but got 1.
110108
node_modules/lodash/_createFlow.js(53,19): error TS2454: Variable 'wrapper' is used before being assigned.
111109
node_modules/lodash/_createFlow.js(53,55): error TS2454: Variable 'wrapper' is used before being assigned.
112110
node_modules/lodash/_createFlow.js(56,13): error TS2454: Variable 'wrapper' is used before being assigned.
@@ -129,7 +127,6 @@ node_modules/lodash/_createHybrid.js(73,38): error TS2538: Type 'Function' canno
129127
node_modules/lodash/_createHybrid.js(81,18): error TS2532: Object is possibly 'undefined'.
130128
node_modules/lodash/_createHybrid.js(82,7): error TS2322: Type 'number | undefined' is not assignable to type 'number'.
131129
Type 'undefined' is not assignable to type 'number'.
132-
node_modules/lodash/_createWrap.js(71,46): error TS2554: Expected 0 arguments, but got 1.
133130
node_modules/lodash/_createWrap.js(94,29): error TS2345: Argument of type 'TimerHandler' is not assignable to parameter of type 'Function'.
134131
Type 'string' is not assignable to type 'Function'.
135132
node_modules/lodash/_createWrap.js(96,26): error TS2345: Argument of type 'TimerHandler' is not assignable to parameter of type 'Function'.
@@ -148,7 +145,6 @@ node_modules/lodash/_equalByTag.js(86,7): error TS2454: Variable 'convert' is us
148145
node_modules/lodash/_equalObjects.js(70,18): error TS2322: Type 'boolean' is not assignable to type 'number'.
149146
node_modules/lodash/_getHolder.js(10,17): error TS2339: Property 'placeholder' does not exist on type 'Function'.
150147
node_modules/lodash/_getRawTag.js(36,7): error TS2454: Variable 'unmasked' is used before being assigned.
151-
node_modules/lodash/_getSymbolsIn.js(19,34): error TS2554: Expected 0 arguments, but got 1.
152148
node_modules/lodash/_hasPath.js(35,50): error TS2454: Variable 'key' is used before being assigned.
153149
node_modules/lodash/_hashDelete.js(7,20): error TS8024: JSDoc '@param' tag has name 'hash', but there is no parameter with that name.
154150
node_modules/lodash/_initCloneArray.js(16,20): error TS2351: This expression is not constructable.
@@ -158,8 +154,6 @@ node_modules/lodash/_initCloneArray.js(21,26): error TS2339: Property 'input' do
158154
node_modules/lodash/_insertWrapDetails.js(10,5): error TS1223: 'returns' tag already specified.
159155
node_modules/lodash/_insertWrapDetails.js(15,5): error TS2322: Type 'string' is not assignable to type 'any[]'.
160156
node_modules/lodash/_insertWrapDetails.js(20,3): error TS2322: Type 'string' is not assignable to type 'any[]'.
161-
node_modules/lodash/_isLaziable.js(24,22): error TS2554: Expected 0 arguments, but got 1.
162-
node_modules/lodash/_isLaziable.js(25,12): error TS1345: An expression of type 'void' cannot be tested for truthiness
163157
node_modules/lodash/_memoizeCapped.js(22,22): error TS2339: Property 'cache' does not exist on type 'Function'.
164158
node_modules/lodash/_mergeData.js(60,26): error TS2554: Expected 4 arguments, but got 3.
165159
node_modules/lodash/_mergeData.js(67,26): error TS2554: Expected 4 arguments, but got 3.
@@ -190,7 +184,7 @@ node_modules/lodash/cloneDeep.js(26,27): error TS2345: Argument of type 'number'
190184
node_modules/lodash/cloneDeepWith.js(37,27): error TS2345: Argument of type 'number' is not assignable to parameter of type 'boolean'.
191185
node_modules/lodash/cloneWith.js(39,27): error TS2345: Argument of type 'number' is not assignable to parameter of type 'boolean'.
192186
node_modules/lodash/conforms.js(32,41): error TS2345: Argument of type 'number' is not assignable to parameter of type 'boolean'.
193-
node_modules/lodash/core.js(77,82): error TS2339: Property 'nodeType' does not exist on type 'NodeModule'.
187+
node_modules/lodash/core.js(77,82): error TS2339: Property 'nodeType' does not exist on type 'Module'.
194188
node_modules/lodash/core.js(540,31): error TS2322: Type '(value: any) => boolean' is not assignable to type 'boolean | undefined'.
195189
Type '(value: any) => boolean' is not assignable to type 'true'.
196190
node_modules/lodash/core.js(545,24): error TS2349: This expression is not callable.
@@ -220,7 +214,8 @@ node_modules/lodash/core.js(1118,48): error TS2554: Expected 1 arguments, but go
220214
node_modules/lodash/core.js(1123,36): error TS2454: Variable 'iteratee' is used before being assigned.
221215
node_modules/lodash/core.js(1313,20): error TS2322: Type 'boolean' is not assignable to type 'number'.
222216
node_modules/lodash/core.js(1338,60): error TS2554: Expected 1 arguments, but got 2.
223-
node_modules/lodash/core.js(1349,42): error TS2554: Expected 0 arguments, but got 1.
217+
node_modules/lodash/core.js(1349,5): error TS2322: Type 'boolean | void' is not assignable to type 'boolean'.
218+
Type 'void' is not assignable to type 'boolean'.
224219
node_modules/lodash/core.js(1434,23): error TS2345: Argument of type 'number | undefined' is not assignable to parameter of type 'number'.
225220
Type 'undefined' is not assignable to type 'number'.
226221
node_modules/lodash/core.js(1438,44): error TS2532: Object is possibly 'undefined'.
@@ -233,7 +228,6 @@ node_modules/lodash/core.js(1709,41): error TS2532: Object is possibly 'undefine
233228
node_modules/lodash/core.js(1745,18): error TS2348: Value of type 'typeof lodash' is not callable. Did you mean to include 'new'?
234229
node_modules/lodash/core.js(2183,41): error TS8024: JSDoc '@param' tag has name 'iteratees', but there is no parameter with that name.
235230
node_modules/lodash/core.js(2473,37): error TS2554: Expected 0 arguments, but got 1.
236-
node_modules/lodash/core.js(2609,51): error TS2554: Expected 0 arguments, but got 1.
237231
node_modules/lodash/core.js(2644,12): error TS2554: Expected 3-5 arguments, but got 2.
238232
node_modules/lodash/core.js(3245,58): error TS2345: Argument of type 'string | any[]' is not assignable to parameter of type 'string | number | symbol'.
239233
Type 'any[]' is not assignable to type 'string | number | symbol'.

0 commit comments

Comments
 (0)