Skip to content

Commit 9b12fef

Browse files
Update user baselines
1 parent bbe8436 commit 9b12fef

File tree

3 files changed

+36
-3
lines changed

3 files changed

+36
-3
lines changed
Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,24 @@
1-
Exit Code: 0
1+
Exit Code: 1
22
Standard output:
33
yarn run vX.X.X
44
$ gulp compile --max_old_space_size=4095
55
[XX:XX:XX] Node flags detected: --max_old_space_size=4095
66
[XX:XX:XX] Using gulpfile /vscode/gulpfile.js
7-
Done in ?s.
7+
[XX:XX:XX] Error: /vscode/extensions/merge-conflict/src/commandHandler.ts(280,26): Type 'never' must have a '[Symbol.iterator]()' method that returns an iterator.
8+
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
89

910

1011

1112
Standard error:
13+
[XX:XX:XX] 'compile' errored after ?s
14+
[XX:XX:XX] Error: Found 1 errors
15+
at Stream.<anonymous> (/vscode/build/lib/reporter.js:75:29)
16+
at _end (/vscode/node_modules/through/index.js:65:9)
17+
at Stream.stream.end (/vscode/node_modules/through/index.js:74:5)
18+
at StreamFilter.onend (/vscode/node_modules/readable-stream/lib/_stream_readable.js:570:10)
19+
at Object.onceWrapper (events.js:286:20)
20+
at StreamFilter.emit (events.js:203:15)
21+
at StreamFilter.EventEmitter.emit (domain.js:466:23)
22+
at endReadableNT (/vscode/node_modules/readable-stream/lib/_stream_readable.js:992:12)
23+
at process._tickCallback (internal/process/next_tick.js:63:19)
24+
error Command failed with exit code 1.

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -639,9 +639,13 @@ node_modules/chrome-devtools-frontend/front_end/audits2_worker/lighthouse/lighth
639639
node_modules/chrome-devtools-frontend/front_end/audits2_worker/lighthouse/lighthouse-background.js(9093,57): error TS2554: Expected 0-2 arguments, but got 3.
640640
node_modules/chrome-devtools-frontend/front_end/audits2_worker/lighthouse/lighthouse-background.js(9117,73): error TS2554: Expected 0-2 arguments, but got 3.
641641
node_modules/chrome-devtools-frontend/front_end/audits2_worker/lighthouse/lighthouse-background.js(9467,15): error TS2339: Property 'axe' does not exist on type 'Window & typeof globalThis'.
642+
node_modules/chrome-devtools-frontend/front_end/audits2_worker/lighthouse/lighthouse-background.js(9823,40): error TS2488: Type 'never' must have a '[Symbol.iterator]()' method that returns an iterator.
642643
node_modules/chrome-devtools-frontend/front_end/audits2_worker/lighthouse/lighthouse-background.js(10092,16): error TS2304: Cannot find name 'd41d8cd98f00b204e9800998ecf8427e_LibraryDetectorTests'.
643644
node_modules/chrome-devtools-frontend/front_end/audits2_worker/lighthouse/lighthouse-background.js(10513,19): error TS2488: Type 'NodeListOf<Element>' must have a '[Symbol.iterator]()' method that returns an iterator.
644645
node_modules/chrome-devtools-frontend/front_end/audits2_worker/lighthouse/lighthouse-background.js(10811,19): error TS2304: Cannot find name 'getElementsInDocument'.
646+
node_modules/chrome-devtools-frontend/front_end/audits2_worker/lighthouse/lighthouse-background.js(11440,33): error TS2339: Property 'filter' does not exist on type 'never'.
647+
node_modules/chrome-devtools-frontend/front_end/audits2_worker/lighthouse/lighthouse-background.js(11475,1): error TS2339: Property 'reduce' does not exist on type 'never'.
648+
node_modules/chrome-devtools-frontend/front_end/audits2_worker/lighthouse/lighthouse-background.js(11478,1): error TS2339: Property 'filter' does not exist on type 'never'.
645649
node_modules/chrome-devtools-frontend/front_end/audits2_worker/lighthouse/lighthouse-background.js(12197,34): error TS2554: Expected 0 arguments, but got 2.
646650
node_modules/chrome-devtools-frontend/front_end/audits2_worker/lighthouse/lighthouse-background.js(12327,36): error TS2554: Expected 0 arguments, but got 1.
647651
node_modules/chrome-devtools-frontend/front_end/audits2_worker/lighthouse/lighthouse-background.js(13607,7): error TS2339: Property 'protocolMethod' does not exist on type 'Error'.
@@ -653,6 +657,7 @@ node_modules/chrome-devtools-frontend/front_end/audits2_worker/lighthouse/lighth
653657
node_modules/chrome-devtools-frontend/front_end/audits2_worker/lighthouse/lighthouse-background.js(14957,8): error TS2339: Property '____lhPerformanceObserver' does not exist on type 'Window & typeof globalThis'.
654658
node_modules/chrome-devtools-frontend/front_end/audits2_worker/lighthouse/lighthouse-background.js(14975,21): error TS2339: Property '____lastLongTask' does not exist on type 'Window & typeof globalThis'.
655659
node_modules/chrome-devtools-frontend/front_end/audits2_worker/lighthouse/lighthouse-background.js(15145,7): error TS2339: Property 'code' does not exist on type 'Error'.
660+
node_modules/chrome-devtools-frontend/front_end/audits2_worker/lighthouse/lighthouse-background.js(15329,35): error TS2339: Property 'filter' does not exist on type 'never'.
656661
node_modules/chrome-devtools-frontend/front_end/audits2_worker/lighthouse/lighthouse-background.js(15626,5): error TS2304: Cannot find name 'fs'.
657662
node_modules/chrome-devtools-frontend/front_end/audits2_worker/lighthouse/lighthouse-background.js(15629,17): error TS2304: Cannot find name 'fs'.
658663
node_modules/chrome-devtools-frontend/front_end/audits2_worker/lighthouse/lighthouse-background.js(15630,28): error TS2304: Cannot find name 'fs'.
@@ -5108,7 +5113,7 @@ node_modules/chrome-devtools-frontend/front_end/elements/ComputedStyleWidget.js(
51085113
Types of parameters 'onfulfilled' and 'onfulfilled' are incompatible.
51095114
Types of parameters 'value' and 'value' are incompatible.
51105115
Property 'computedStyle' is missing in type 'CSSMatchedStyles' but required in type 'ComputedStyle'.
5111-
node_modules/chrome-devtools-frontend/front_end/elements/ComputedStyleWidget.js(91,34): error TS2339: Property 'spread' does not exist on type 'Promise<[any, any, any, any, any, any, any, any, any, any]>'.
5116+
node_modules/chrome-devtools-frontend/front_end/elements/ComputedStyleWidget.js(91,34): error TS2339: Property 'spread' does not exist on type 'Promise<never>'.
51125117
node_modules/chrome-devtools-frontend/front_end/elements/ComputedStyleWidget.js(147,52): error TS2339: Property 'keysArray' does not exist on type 'Map<string, string>'.
51135118
node_modules/chrome-devtools-frontend/front_end/elements/ComputedStyleWidget.js(179,50): error TS2339: Property 'createChild' does not exist on type 'Element'.
51145119
node_modules/chrome-devtools-frontend/front_end/elements/ComputedStyleWidget.js(200,74): error TS2339: Property 'consume' does not exist on type 'Event'.

tests/baselines/reference/user/webpack.log

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@ Exit Code: 2
22
Standard output:
33
lib/ContextModule.js(352,32): error TS2345: Argument of type 'Pick<ContextOptions & ContextModuleOptionsExtras, "include" | "regExp" | "chunkName" | "referencedExports" | "mode" | "recursive" | ... 6 more ... | "resourceQuery">' is not assignable to parameter of type 'ContextOptions & ContextModuleOptionsExtras'.
44
Property 'resolveOptions' is missing in type 'Pick<ContextOptions & ContextModuleOptionsExtras, "include" | "regExp" | "chunkName" | "referencedExports" | "mode" | "recursive" | ... 6 more ... | "resourceQuery">' but required in type 'ContextModuleOptionsExtras'.
5+
lib/cache/PackFileCacheStrategy.js(692,25): error TS2345: Argument of type 'boolean' is not assignable to parameter of type 'PromiseLike<never>'.
6+
lib/cache/PackFileCacheStrategy.js(698,25): error TS2345: Argument of type 'boolean' is not assignable to parameter of type 'PromiseLike<never>'.
7+
lib/cache/PackFileCacheStrategy.js(701,24): error TS2345: Argument of type 'boolean' is not assignable to parameter of type 'PromiseLike<never>'.
8+
lib/cache/PackFileCacheStrategy.js(714,25): error TS2345: Argument of type 'boolean' is not assignable to parameter of type 'PromiseLike<never>'.
9+
lib/cache/PackFileCacheStrategy.js(721,25): error TS2345: Argument of type 'boolean' is not assignable to parameter of type 'PromiseLike<never>'.
10+
lib/cache/PackFileCacheStrategy.js(734,27): error TS2345: Argument of type 'boolean' is not assignable to parameter of type 'PromiseLike<never>'.
11+
lib/cache/PackFileCacheStrategy.js(739,27): error TS2345: Argument of type 'boolean' is not assignable to parameter of type 'PromiseLike<never>'.
12+
lib/cache/PackFileCacheStrategy.js(744,26): error TS2345: Argument of type 'boolean' is not assignable to parameter of type 'PromiseLike<never>'.
13+
lib/cache/PackFileCacheStrategy.js(755,13): error TS2488: Type 'never' must have a '[Symbol.iterator]()' method that returns an iterator.
14+
lib/sharing/ConsumeSharedPlugin.js(178,18): error TS2345: Argument of type 'string | false' is not assignable to parameter of type 'PromiseLike<never>'.
15+
Type 'string' is not assignable to type 'PromiseLike<never>'.
16+
lib/sharing/ConsumeSharedPlugin.js(184,24): error TS2345: Argument of type '(string | number)[]' is not assignable to parameter of type 'PromiseLike<never>'.
17+
Property 'then' is missing in type '(string | number)[]' but required in type 'PromiseLike<never>'.
18+
lib/sharing/ConsumeSharedPlugin.js(236,18): error TS2345: Argument of type '(string | number)[]' is not assignable to parameter of type 'PromiseLike<never>'.
19+
lib/sharing/ConsumeSharedPlugin.js(240,15): error TS2488: Type 'never' must have a '[Symbol.iterator]()' method that returns an iterator.
520

621

722

0 commit comments

Comments
 (0)