Skip to content

Commit ac28248

Browse files
Update user baselines +cc @sandersn
1 parent 62f3ccd commit ac28248

17 files changed

+3072
-1958
lines changed

Diff for: tests/baselines/reference/docker/azure-sdk.log

+78-26
Large diffs are not rendered by default.

Diff for: tests/baselines/reference/docker/office-ui-fabric.log

+1,151-1,366
Large diffs are not rendered by default.

Diff for: tests/baselines/reference/docker/vscode.log

+12-12
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,22 @@ Standard output:
33
yarn run vX.X.X
44
$ node --max_old_space_size=4095 ./node_modules/gulp/bin/gulp.js compile
55
[XX:XX:XX] Using gulpfile /vscode/gulpfile.js
6-
[XX:XX:XX] [monaco.d.ts] monaco.d.ts is changed - total time took ?s
6+
[XX:XX:XX] Error: /vscode/extensions/html-language-features/server/src/modes/javascriptMode.ts(130,36): Expected 7 arguments, but got 6.
77
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
88

99

1010

1111
Standard error:
12+
(node:18) [DEP0097] DeprecationWarning: Using a domain property in MakeCallback is deprecated. Use the async_context variant of MakeCallback or the AsyncResource class instead.
1213
[XX:XX:XX] 'compile' errored after ?s
13-
[XX:XX:XX] Error: monaco.d.ts is no longer up to date. Please run gulp watch and commit the new file.
14-
at formatError (/vscode/node_modules/gulp-cli/lib/versioned/^4.0.0/format-error.js:21:10)
15-
at Gulp.<anonymous> (/vscode/node_modules/gulp-cli/lib/versioned/^4.0.0/log/events.js:33:15)
16-
at Gulp.emit (events.js:203:15)
17-
at Gulp.EventEmitter.emit (domain.js:448:20)
18-
at Object.error (/vscode/node_modules/undertaker/lib/helpers/createExtensions.js:61:10)
19-
at handler (/vscode/node_modules/now-and-later/lib/map.js:50:14)
20-
at f (/vscode/node_modules/once/once.js:25:25)
21-
at f (/vscode/node_modules/once/once.js:25:25)
22-
at tryCatch (/vscode/node_modules/async-done/index.js:24:15)
23-
at done (/vscode/node_modules/async-done/index.js:40:12)
14+
[XX:XX:XX] Error: Found 1 errors
15+
at Stream.<anonymous> (/vscode/build/lib/reporter.js:91: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:577: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:1010:12)
23+
at process._tickCallback (internal/process/next_tick.js:63:19)
2424
error Command failed with exit code 1.

Diff for: tests/baselines/reference/docker/vue-next.log

+105-47
Large diffs are not rendered by default.

Diff for: tests/baselines/reference/docker/xterm.js.log

+5
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ Standard output:
33

44
> [email protected] build /xtermjs
55
> tsc -b ./tsconfig.all.json
6+
src/browser/Terminal.test.ts(60,33): error TS2794: Expected 1 arguments, but got 0. Did you forget to include 'void' in your type argument to 'Promise'?
7+
src/browser/Terminal.test.ts(66,31): error TS2794: Expected 1 arguments, but got 0. Did you forget to include 'void' in your type argument to 'Promise'?
8+
src/browser/Terminal.test.ts(72,29): error TS2794: Expected 1 arguments, but got 0. Did you forget to include 'void' in your type argument to 'Promise'?
9+
src/browser/Terminal.test.ts(79,29): error TS2794: Expected 1 arguments, but got 0. Did you forget to include 'void' in your type argument to 'Promise'?
10+
src/browser/Terminal.test.ts(239,11): error TS2794: Expected 1 arguments, but got 0. Did you forget to include 'void' in your type argument to 'Promise'?
611
src/browser/Terminal2.test.ts(80,11): error TS2794: Expected 1 arguments, but got 0. Did you forget to include 'void' in your type argument to 'Promise'?
712
error TS2688: Cannot find type definition file for '../../../out-test/api/TestUtils'.
813
The file is in the program because:

Diff for: tests/baselines/reference/user/adonis-framework.log

+3-4
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ node_modules/adonis-framework/src/Config/index.js(39,15): error TS2304: Cannot f
3535
node_modules/adonis-framework/src/Config/index.js(58,15): error TS2304: Cannot find name 'Mixed'.
3636
node_modules/adonis-framework/src/Encryption/index.js(53,15): error TS2304: Cannot find name 'Mixed'.
3737
node_modules/adonis-framework/src/Encryption/index.js(71,34): error TS2769: No overload matches this call.
38-
Overload 1 of 4, '(data: ArrayBufferView, input_encoding: undefined, output_encoding: BinaryToTextEncoding): string', gave the following error.
38+
Overload 1 of 4, '(data: ArrayBufferView, input_encoding: undefined, output_encoding: Encoding): string', gave the following error.
3939
Argument of type 'string' is not assignable to parameter of type 'undefined'.
40-
Overload 2 of 4, '(data: string, input_encoding: Encoding | undefined, output_encoding: BinaryToTextEncoding): string', gave the following error.
40+
Overload 2 of 4, '(data: string, input_encoding: Encoding | undefined, output_encoding: Encoding): string', gave the following error.
4141
Argument of type 'string' is not assignable to parameter of type 'Encoding | undefined'.
4242
node_modules/adonis-framework/src/Encryption/index.js(77,27): error TS2322: Type 'string' is not assignable to type 'Buffer'.
4343
node_modules/adonis-framework/src/Encryption/index.js(77,50): error TS2345: Argument of type 'Buffer' is not assignable to parameter of type 'string'.
@@ -46,7 +46,7 @@ node_modules/adonis-framework/src/Encryption/index.js(87,15): error TS2304: Cann
4646
node_modules/adonis-framework/src/Encryption/index.js(101,21): error TS2769: No overload matches this call.
4747
Overload 1 of 4, '(data: ArrayBufferView, input_encoding: undefined, output_encoding: Encoding): string', gave the following error.
4848
Argument of type '"base64"' is not assignable to parameter of type 'undefined'.
49-
Overload 2 of 4, '(data: string, input_encoding: BinaryToTextEncoding | undefined, output_encoding: Encoding): string', gave the following error.
49+
Overload 2 of 4, '(data: string, input_encoding: Encoding | undefined, output_encoding: Encoding): string', gave the following error.
5050
Argument of type 'string' is not assignable to parameter of type 'Encoding'.
5151
node_modules/adonis-framework/src/Encryption/index.js(102,5): error TS2322: Type 'string' is not assignable to type 'Buffer & string'.
5252
Type 'string' is not assignable to type 'Buffer'.
@@ -136,7 +136,6 @@ node_modules/adonis-framework/src/Response/index.js(56,7): error TS1056: Accesso
136136
node_modules/adonis-framework/src/Response/index.js(68,7): error TS1056: Accessors are only available when targeting ECMAScript 5 and higher.
137137
node_modules/adonis-framework/src/Response/index.js(76,15): error TS2304: Cannot find name 'Mixed'.
138138
node_modules/adonis-framework/src/Response/index.js(95,16): error TS2304: Cannot find name 'Html'.
139-
node_modules/adonis-framework/src/Response/index.js(144,12): error TS1003: Identifier expected.
140139
node_modules/adonis-framework/src/Response/index.js(172,15): error TS2304: Cannot find name 'Mixed'.
141140
node_modules/adonis-framework/src/Response/index.js(299,15): error TS2304: Cannot find name 'Mixed'.
142141
node_modules/adonis-framework/src/Response/index.js(323,15): error TS2304: Cannot find name 'Mixed'.

Diff for: tests/baselines/reference/user/axios-src.log

+10-10
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ lib/adapters/http.js(13,19): error TS2732: Cannot find module './../../package.j
44
lib/adapters/http.js(22,12): error TS2304: Cannot find name 'AxiosProxyConfig'.
55
lib/adapters/http.js(34,5): error TS2532: Object is possibly 'undefined'.
66
lib/adapters/http.js(38,11): error TS2339: Property 'beforeRedirect' does not exist on type 'ClientRequestArgs'.
7-
lib/adapters/http.js(109,22): error TS2345: Argument of type 'string | null' is not assignable to parameter of type 'string'.
7+
lib/adapters/http.js(116,22): error TS2345: Argument of type 'string | null' is not assignable to parameter of type 'string'.
88
Type 'null' is not assignable to type 'string'.
9-
lib/adapters/http.js(146,17): error TS2531: Object is possibly 'null'.
10-
lib/adapters/http.js(146,40): error TS2531: Object is possibly 'null'.
11-
lib/adapters/http.js(241,23): error TS2345: Argument of type 'null' is not assignable to parameter of type 'string | undefined'.
12-
lib/adapters/http.js(247,44): error TS2345: Argument of type 'null' is not assignable to parameter of type 'string | undefined'.
13-
lib/adapters/http.js(253,13): error TS2322: Type 'string' is not assignable to type 'Buffer'.
14-
lib/adapters/http.js(255,15): error TS2322: Type 'string' is not assignable to type 'Buffer'.
15-
lib/adapters/http.js(255,45): error TS2345: Argument of type 'Buffer' is not assignable to parameter of type 'string'.
16-
lib/adapters/http.js(268,40): error TS2345: Argument of type 'null' is not assignable to parameter of type 'string | undefined'.
17-
lib/adapters/http.js(297,42): error TS2345: Argument of type 'null' is not assignable to parameter of type 'string | undefined'.
9+
lib/adapters/http.js(153,17): error TS2531: Object is possibly 'null'.
10+
lib/adapters/http.js(153,40): error TS2531: Object is possibly 'null'.
11+
lib/adapters/http.js(248,23): error TS2345: Argument of type 'null' is not assignable to parameter of type 'string | undefined'.
12+
lib/adapters/http.js(254,44): error TS2345: Argument of type 'null' is not assignable to parameter of type 'string | undefined'.
13+
lib/adapters/http.js(260,13): error TS2322: Type 'string' is not assignable to type 'Buffer'.
14+
lib/adapters/http.js(262,15): error TS2322: Type 'string' is not assignable to type 'Buffer'.
15+
lib/adapters/http.js(262,45): error TS2345: Argument of type 'Buffer' is not assignable to parameter of type 'string'.
16+
lib/adapters/http.js(275,40): error TS2345: Argument of type 'null' is not assignable to parameter of type 'string | undefined'.
17+
lib/adapters/http.js(304,42): error TS2345: Argument of type 'null' is not assignable to parameter of type 'string | undefined'.
1818
lib/adapters/xhr.js(65,7): error TS2322: Type 'null' is not assignable to type 'XMLHttpRequest'.
1919
lib/adapters/xhr.js(77,7): error TS2322: Type 'null' is not assignable to type 'XMLHttpRequest'.
2020
lib/adapters/xhr.js(84,51): error TS2345: Argument of type 'null' is not assignable to parameter of type 'string | undefined'.

Diff for: tests/baselines/reference/user/bluebird.log

-3
Original file line numberDiff line numberDiff line change
@@ -178,9 +178,6 @@ node_modules/bluebird/js/release/using.js(78,20): error TS2339: Property 'doDisp
178178
node_modules/bluebird/js/release/using.js(92,14): error TS2339: Property 'constructor$' does not exist on type 'FunctionDisposer'.
179179
node_modules/bluebird/js/release/using.js(97,23): error TS2339: Property 'data' does not exist on type 'FunctionDisposer'.
180180
node_modules/bluebird/js/release/using.js(223,15): error TS2350: Only a void function can be called with the 'new' keyword.
181-
node_modules/bluebird/js/release/util.js(279,45): error TS2345: Argument of type 'PropertyDescriptor | { value: any; } | undefined' is not assignable to parameter of type 'PropertyDescriptor & ThisType<any>'.
182-
Type 'undefined' is not assignable to type 'PropertyDescriptor & ThisType<any>'.
183-
Type 'undefined' is not assignable to type 'PropertyDescriptor'.
184181
node_modules/bluebird/js/release/util.js(405,13): error TS2532: Object is possibly 'undefined'.
185182
node_modules/bluebird/js/release/util.js(405,33): error TS2532: Object is possibly 'undefined'.
186183
node_modules/bluebird/js/release/util.js(405,54): error TS2532: Object is possibly 'undefined'.

0 commit comments

Comments
 (0)