Skip to content

Commit 7f3dced

Browse files
Update user baselines
1 parent 3433434 commit 7f3dced

File tree

9 files changed

+229
-182
lines changed

9 files changed

+229
-182
lines changed

tests/baselines/reference/docker/office-ui-fabric.log

+121-31
Large diffs are not rendered by default.
+2-41
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,11 @@
1-
Exit Code: 1
1+
Exit Code: 0
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-
[XX:XX:XX] Error: /vscode/src/vs/workbench/electron-browser/parts/titlebar/titlebarPart.ts(222,5): Type 'null' is not assignable to type 'string'.
8-
[XX:XX:XX] Error: /vscode/src/vs/workbench/electron-browser/parts/titlebar/titlebarPart.ts(225,7): Type 'null' is not assignable to type 'string'.
9-
[XX:XX:XX] Error: /vscode/src/vs/workbench/electron-browser/parts/titlebar/titlebarPart.ts(229,7): Type 'null' is not assignable to type 'string'.
10-
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/search/common/searchModel.ts(609,21): Type 'FileMatch | FileMatch[]' must have a '[Symbol.iterator]()' method that returns an iterator.
11-
[XX:XX:XX] Error: /vscode/src/vs/workbench/browser/parts/titlebar/titlebarPart.ts(470,5): Type 'null' is not assignable to type 'string'.
12-
[XX:XX:XX] Error: /vscode/src/vs/base/parts/quickinput/browser/quickInputList.ts(474,3): Type '"none" | null' is not assignable to type 'string'.
13-
Type 'null' is not assignable to type 'string'.
14-
[XX:XX:XX] Error: /vscode/src/vs/base/browser/ui/splitview/splitview.ts(113,3): Type '"none" | null' is not assignable to type 'string'.
15-
Type 'null' is not assignable to type 'string'.
16-
[XX:XX:XX] Error: /vscode/src/vs/editor/browser/controller/pointerHandler.ts(45,45): Property 'msTouchAction' does not exist on type 'CSSStyleDeclaration'. Did you mean 'touchAction'?
17-
[XX:XX:XX] Error: /vscode/src/vs/editor/browser/controller/pointerHandler.ts(46,45): Property 'msContentZooming' does not exist on type 'CSSStyleDeclaration'.
18-
[XX:XX:XX] Error: /vscode/src/vs/workbench/workbench.web.api.ts(249,25): Type 'readonly ICommand[] | undefined' must have a '[Symbol.iterator]()' method that returns an iterator.
19-
[XX:XX:XX] Error: /vscode/src/vs/base/browser/ui/splitview/splitview.ts(113,3): Type '"none" | null' is not assignable to type 'string'.
20-
[XX:XX:XX] Error: /vscode/src/vs/workbench/electron-browser/parts/titlebar/titlebarPart.ts(222,5): Type 'null' is not assignable to type 'string'.
21-
[XX:XX:XX] Error: /vscode/src/vs/workbench/electron-browser/parts/titlebar/titlebarPart.ts(225,7): Type 'null' is not assignable to type 'string'.
22-
[XX:XX:XX] Error: /vscode/src/vs/workbench/electron-browser/parts/titlebar/titlebarPart.ts(229,7): Type 'null' is not assignable to type 'string'.
23-
[XX:XX:XX] Error: /vscode/src/vs/workbench/contrib/search/common/searchModel.ts(609,21): Type 'FileMatch | FileMatch[]' must have a '[Symbol.iterator]()' method that returns an iterator.
24-
[XX:XX:XX] Error: /vscode/src/vs/workbench/browser/parts/titlebar/titlebarPart.ts(470,5): Type 'null' is not assignable to type 'string'.
25-
[XX:XX:XX] Error: /vscode/src/vs/base/parts/quickinput/browser/quickInputList.ts(474,3): Type '"none" | null' is not assignable to type 'string'.
26-
Type 'null' is not assignable to type 'string'.
27-
[XX:XX:XX] Error: /vscode/src/vs/base/browser/ui/splitview/splitview.ts(113,3): Type '"none" | null' is not assignable to type 'string'.
28-
Type 'null' is not assignable to type 'string'.
29-
[XX:XX:XX] Error: /vscode/src/vs/editor/browser/controller/pointerHandler.ts(45,45): Property 'msTouchAction' does not exist on type 'CSSStyleDeclaration'. Did you mean 'touchAction'?
30-
[XX:XX:XX] Error: /vscode/src/vs/editor/browser/controller/pointerHandler.ts(46,45): Property 'msContentZooming' does not exist on type 'CSSStyleDeclaration'.
31-
[XX:XX:XX] Error: /vscode/src/vs/workbench/workbench.web.api.ts(249,25): Type 'readonly ICommand[] | undefined' must have a '[Symbol.iterator]()' method that returns an iterator.
32-
[XX:XX:XX] Error: /vscode/src/vs/base/browser/ui/splitview/splitview.ts(113,3): Type '"none" | null' is not assignable to type 'string'.
33-
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
7+
Done in ?s.
348

359

3610

3711
Standard error:
38-
[XX:XX:XX] 'compile' errored after
39-
[XX:XX:XX] Error: Found 10 errors
40-
at Stream.<anonymous> (/vscode/build/lib/reporter.js:75:29)
41-
at _end (/vscode/node_modules/through/index.js:65:9)
42-
at Stream.stream.end (/vscode/node_modules/through/index.js:74:5)
43-
at Stream.onend (internal/streams/legacy.js:42:10)
44-
at Stream.emit (events.js:203:15)
45-
at Stream.EventEmitter.emit (domain.js:466:23)
46-
at drain (/vscode/node_modules/through/index.js:34:23)
47-
at Stream.stream.queue.stream.push (/vscode/node_modules/through/index.js:45:5)
48-
at Stream.end (/vscode/node_modules/through/index.js:15:35)
49-
at _end (/vscode/node_modules/through/index.js:65:9)
50-
error Command failed with exit code 1.

tests/baselines/reference/docker/vue-next.log

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Exit Code: 0
22
Standard output:
33

4-
> @X.X.X-alpha.9 build /vue-next
4+
> @X.X.X-alpha.10 build /vue-next
55
> node scripts/build.js "--types"
66
Rolling up type definitions for compiler-core...
77
Writing: /vue-next/temp/compiler-core.api.json
@@ -75,27 +75,27 @@ created packages/reactivity/dist/reactivity.global.prod.js in ?s
7575
/vue-next/packages/reactivity/src/index.ts → packages/reactivity/dist/reactivity.esm.prod.js...
7676
created packages/reactivity/dist/reactivity.esm.prod.js in ?s
7777
/vue-next/packages/runtime-core/src/index.ts → packages/runtime-core/dist/runtime-core.esm-bundler.js...
78-
[!] (plugin rpt2) Error: /vue-next/packages/runtime-core/src/apiOptions.ts(137,18): semantic error TS2344: Type 'Function & T[key]["get"]' does not satisfy the constraint '(...args: any) => any'.
78+
[!] (plugin rpt2) Error: /vue-next/packages/runtime-core/src/apiOptions.ts(143,18): semantic error TS2344: Type 'Function & T[key]["get"]' does not satisfy the constraint '(...args: any) => any'.
7979
Type 'Function' provides no match for the signature '(...args: any): any'.
8080
packages/runtime-core/src/apiOptions.ts
81-
Error: /vue-next/packages/runtime-core/src/apiOptions.ts(137,18): semantic error TS2344: Type 'Function & T[key]["get"]' does not satisfy the constraint '(...args: any) => any'.
81+
Error: /vue-next/packages/runtime-core/src/apiOptions.ts(143,18): semantic error TS2344: Type 'Function & T[key]["get"]' does not satisfy the constraint '(...args: any) => any'.
8282
Type 'Function' provides no match for the signature '(...args: any): any'.
83-
at error (/vue-next/node_modules/rollup/dist/shared/node-entry.js:5400:30)
84-
at throwPluginError (/vue-next/node_modules/rollup/dist/shared/node-entry.js:11878:12)
85-
at Object.error (/vue-next/node_modules/rollup/dist/shared/node-entry.js:12912:24)
86-
at Object.error (/vue-next/node_modules/rollup/dist/shared/node-entry.js:12081:38)
83+
at error (/vue-next/node_modules/rollup/dist/shared/rollup.js:10120:30)
84+
at throwPluginError (/vue-next/node_modules/rollup/dist/shared/rollup.js:16247:12)
85+
at Object.error (/vue-next/node_modules/rollup/dist/shared/rollup.js:17255:24)
86+
at Object.error (/vue-next/node_modules/rollup/dist/shared/rollup.js:16420:38)
8787
at RollupContext.error (/vue-next/node_modules/rollup-plugin-typescript2/src/rollupcontext.ts:37:18)
8888
at /vue-next/node_modules/rollup-plugin-typescript2/src/print-diagnostics.ts:41:11
8989
at arrayEach (/vue-next/node_modules/rollup-plugin-typescript2/node_modules/lodash/lodash.js:516:11)
9090
at forEach (/vue-next/node_modules/rollup-plugin-typescript2/node_modules/lodash/lodash.js:9342:14)
9191
at _.each (/vue-next/node_modules/rollup-plugin-typescript2/src/print-diagnostics.ts:9:2)
92-
at Object.transform (/vue-next/node_modules/rollup-plugin-typescript2/src/index.ts:234:5)
93-
(node:17) UnhandledPromiseRejectionWarning: Error: Command failed with exit code 1 (EPERM): rollup -c --environment COMMIT:342d46d,NODE_ENV:production,TARGET:runtime-core,TYPES:true
92+
at Object.transform (/vue-next/node_modules/rollup-plugin-typescript2/src/index.ts:242:5)
93+
(node:17) UnhandledPromiseRejectionWarning: Error: Command failed with exit code 1 (EPERM): rollup -c --environment COMMIT:94562da,NODE_ENV:production,TARGET:runtime-core,TYPES:true
9494
at makeError (/vue-next/node_modules/execa/lib/error.js:59:11)
9595
at handlePromise (/vue-next/node_modules/execa/index.js:112:26)
9696
at processTicksAndRejections (internal/process/task_queues.js:97:5)
97-
at async build (/vue-next/scripts/build.js:72:3)
98-
at async buildAll (/vue-next/scripts/build.js:51:5)
99-
at async run (/vue-next/scripts/build.js:41:5)
97+
at async build (/vue-next/scripts/build.js:71:3)
98+
at async buildAll (/vue-next/scripts/build.js:50:5)
99+
at async run (/vue-next/scripts/build.js:40:5)
100100
(node:17) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)
101101
(node:17) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
+1-14
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,9 @@
1-
Exit Code: 2
1+
Exit Code: 0
22
Standard output:
33

44
> [email protected] build /xtermjs
55
> tsc -b ./tsconfig.all.json
6-
node_modules/@types/ws/index.d.ts(44,39): error TS2694: Namespace '"url"' has no exported member 'URL'.
7-
node_modules/@types/ws/index.d.ts(45,39): error TS2694: Namespace '"url"' has no exported member 'URL'.
8-
node_modules/@types/ws/index.d.ts(44,39): error TS2694: Namespace '"url"' has no exported member 'URL'.
9-
node_modules/@types/ws/index.d.ts(45,39): error TS2694: Namespace '"url"' has no exported member 'URL'.
106

117

128

139
Standard error:
14-
npm ERR! code ELIFECYCLE
15-
npm ERR! errno 2
16-
npm ERR! [email protected] build: `tsc -b ./tsconfig.all.json`
17-
npm ERR! Exit status 2
18-
npm ERR!
19-
npm ERR! Failed at the [email protected] build script.
20-
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
21-
npm ERR! A complete log of this run can be found in:
22-
npm ERR! /root/.npm/_logs/XXXX-XX-XXXXXXXXX-debug.log

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

+7-6
Original file line numberDiff line numberDiff line change
@@ -10234,6 +10234,7 @@ node_modules/chrome-devtools-frontend/front_end/security/SecurityPanel.js(323,3)
1023410234
Type 'T' is not assignable to type 'SecurityModel'.
1023510235
node_modules/chrome-devtools-frontend/front_end/security/SecurityPanel.js(375,25): error TS2694: Namespace 'Protocol' has no exported member 'Security'.
1023610236
node_modules/chrome-devtools-frontend/front_end/security/SecurityPanel.js(376,25): error TS2694: Namespace 'Protocol' has no exported member 'Network'.
10237+
node_modules/chrome-devtools-frontend/front_end/security/SecurityPanel.js(377,23): error TS1099: Type argument list cannot be empty.
1023710238
node_modules/chrome-devtools-frontend/front_end/security/SecurityPanel.js(389,14): error TS7014: Function type, which lacks return-type annotation, implicitly has an 'any' return type.
1023810239
node_modules/chrome-devtools-frontend/front_end/security/SecurityPanel.js(416,59): error TS2555: Expected at least 2 arguments, but got 1.
1023910240
node_modules/chrome-devtools-frontend/front_end/security/SecurityPanel.js(440,24): error TS2694: Namespace 'Protocol' has no exported member 'Security'.
@@ -10408,9 +10409,9 @@ node_modules/chrome-devtools-frontend/front_end/source_frame/FontView.js(38,18):
1040810409
node_modules/chrome-devtools-frontend/front_end/source_frame/FontView.js(62,16): error TS2339: Property 'sprintf' does not exist on type 'StringConstructor'.
1040910410
node_modules/chrome-devtools-frontend/front_end/source_frame/FontView.js(78,21): error TS2339: Property 'createChild' does not exist on type 'Element'.
1041010411
node_modules/chrome-devtools-frontend/front_end/source_frame/FontView.js(79,19): error TS2339: Property 'createTextChild' does not exist on type 'Element'.
10411-
node_modules/chrome-devtools-frontend/front_end/source_frame/FontView.js(82,29): error TS2339: Property 'style' does not exist on type 'Element'.
10412-
node_modules/chrome-devtools-frontend/front_end/source_frame/FontView.js(83,29): error TS2339: Property 'style' does not exist on type 'Element'.
10413-
node_modules/chrome-devtools-frontend/front_end/source_frame/FontView.js(84,29): error TS2339: Property 'style' does not exist on type 'Element'.
10412+
node_modules/chrome-devtools-frontend/front_end/source_frame/FontView.js(82,29): error TS2339: Property 'style' does not exist on type 'Node'.
10413+
node_modules/chrome-devtools-frontend/front_end/source_frame/FontView.js(83,29): error TS2339: Property 'style' does not exist on type 'Node'.
10414+
node_modules/chrome-devtools-frontend/front_end/source_frame/FontView.js(84,29): error TS2339: Property 'style' does not exist on type 'Node'.
1041410415
node_modules/chrome-devtools-frontend/front_end/source_frame/FontView.js(87,24): error TS2339: Property 'style' does not exist on type 'Element'.
1041510416
node_modules/chrome-devtools-frontend/front_end/source_frame/FontView.js(88,24): error TS2339: Property 'style' does not exist on type 'Element'.
1041610417
node_modules/chrome-devtools-frontend/front_end/source_frame/FontView.js(89,24): error TS2339: Property 'style' does not exist on type 'Element'.
@@ -10419,11 +10420,11 @@ node_modules/chrome-devtools-frontend/front_end/source_frame/FontView.js(91,24):
1041910420
node_modules/chrome-devtools-frontend/front_end/source_frame/FontView.js(92,24): error TS2339: Property 'style' does not exist on type 'Element'.
1042010421
node_modules/chrome-devtools-frontend/front_end/source_frame/FontView.js(123,45): error TS2339: Property 'offsetWidth' does not exist on type 'Element'.
1042110422
node_modules/chrome-devtools-frontend/front_end/source_frame/FontView.js(123,85): error TS2339: Property 'offsetHeight' does not exist on type 'Element'.
10422-
node_modules/chrome-devtools-frontend/front_end/source_frame/FontView.js(133,29): error TS2339: Property 'style' does not exist on type 'Element'.
10423+
node_modules/chrome-devtools-frontend/front_end/source_frame/FontView.js(133,29): error TS2339: Property 'style' does not exist on type 'Node'.
1042310424
node_modules/chrome-devtools-frontend/front_end/source_frame/FontView.js(140,41): error TS2339: Property 'offsetWidth' does not exist on type 'Element'.
1042410425
node_modules/chrome-devtools-frontend/front_end/source_frame/FontView.js(141,42): error TS2339: Property 'offsetHeight' does not exist on type 'Element'.
10425-
node_modules/chrome-devtools-frontend/front_end/source_frame/FontView.js(144,31): error TS2339: Property 'style' does not exist on type 'Element'.
10426-
node_modules/chrome-devtools-frontend/front_end/source_frame/FontView.js(152,29): error TS2339: Property 'style' does not exist on type 'Element'.
10426+
node_modules/chrome-devtools-frontend/front_end/source_frame/FontView.js(144,31): error TS2339: Property 'style' does not exist on type 'Node'.
10427+
node_modules/chrome-devtools-frontend/front_end/source_frame/FontView.js(152,29): error TS2339: Property 'style' does not exist on type 'Node'.
1042710428
node_modules/chrome-devtools-frontend/front_end/source_frame/ImageView.js(38,18): error TS2555: Expected at least 2 arguments, but got 1.
1042810429
node_modules/chrome-devtools-frontend/front_end/source_frame/ImageView.js(52,88): error TS2555: Expected at least 2 arguments, but got 1.
1042910430
node_modules/chrome-devtools-frontend/front_end/source_frame/ImageView.js(58,36): error TS2339: Property 'createChild' does not exist on type 'Element'.

tests/baselines/reference/user/discord.js.log

+4-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ node_modules/discord.js/typings/index.d.ts(18,30): error TS7016: Could not find
55
node_modules/discord.js/typings/index.d.ts(96,37): error TS2694: Namespace 'NodeJS' has no exported member 'Immediate'.
66
node_modules/discord.js/typings/index.d.ts(103,43): error TS2694: Namespace 'NodeJS' has no exported member 'Immediate'.
77
node_modules/discord.js/typings/index.d.ts(107,79): error TS2694: Namespace 'NodeJS' has no exported member 'Immediate'.
8-
node_modules/discord.js/typings/index.d.ts(1851,103): error TS2694: Namespace 'NodeJS' has no exported member 'Timeout'.
9-
node_modules/discord.js/typings/index.d.ts(1853,34): error TS2694: Namespace 'NodeJS' has no exported member 'Timeout'.
10-
node_modules/discord.js/typings/index.d.ts(1856,34): error TS2694: Namespace 'NodeJS' has no exported member 'Timeout'.
8+
node_modules/discord.js/typings/index.d.ts(1742,103): error TS2694: Namespace 'NodeJS' has no exported member 'Timeout'.
9+
node_modules/discord.js/typings/index.d.ts(1744,34): error TS2694: Namespace 'NodeJS' has no exported member 'Timeout'.
10+
node_modules/discord.js/typings/index.d.ts(1747,34): error TS2694: Namespace 'NodeJS' has no exported member 'Timeout'.
11+
node_modules/discord.js/typings/index.d.ts(2980,21): error TS2694: Namespace 'NodeJS' has no exported member 'Timeout'.
1112

1213

1314

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

+8-6
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,15 @@ node_modules/follow-redirects/index.js(228,10): error TS2339: Property 'emit' do
1212
node_modules/follow-redirects/index.js(267,16): error TS2339: Property 'emit' does not exist on type 'RedirectableRequest'.
1313
node_modules/follow-redirects/index.js(317,12): error TS2339: Property 'emit' does not exist on type 'RedirectableRequest'.
1414
node_modules/follow-redirects/index.js(317,26): error TS2554: Expected 1 arguments, but got 0.
15-
node_modules/follow-redirects/index.js(343,35): error TS2345: Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
15+
node_modules/follow-redirects/index.js(339,17): error TS2345: Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
1616
Type 'undefined' is not assignable to type 'string'.
17-
node_modules/follow-redirects/index.js(354,14): error TS2339: Property 'emit' does not exist on type 'RedirectableRequest'.
18-
node_modules/follow-redirects/index.js(366,13): error TS2339: Property 'cause' does not exist on type 'CustomError'.
19-
node_modules/follow-redirects/index.js(367,12): error TS2339: Property 'emit' does not exist on type 'RedirectableRequest'.
20-
node_modules/follow-redirects/index.js(374,10): error TS2339: Property 'emit' does not exist on type 'RedirectableRequest'.
21-
node_modules/follow-redirects/index.js(483,25): error TS2339: Property 'code' does not exist on type 'Error'.
17+
node_modules/follow-redirects/index.js(342,35): error TS2345: Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
18+
Type 'undefined' is not assignable to type 'string'.
19+
node_modules/follow-redirects/index.js(359,14): error TS2339: Property 'emit' does not exist on type 'RedirectableRequest'.
20+
node_modules/follow-redirects/index.js(371,13): error TS2339: Property 'cause' does not exist on type 'CustomError'.
21+
node_modules/follow-redirects/index.js(372,12): error TS2339: Property 'emit' does not exist on type 'RedirectableRequest'.
22+
node_modules/follow-redirects/index.js(379,10): error TS2339: Property 'emit' does not exist on type 'RedirectableRequest'.
23+
node_modules/follow-redirects/index.js(491,25): error TS2339: Property 'code' does not exist on type 'Error'.
2224

2325

2426

0 commit comments

Comments
 (0)