Skip to content

Commit ec1cc0a

Browse files
TypeScript Botsandersn
TypeScript Bot
authored andcommitted
Update user baselines (#26419)
1 parent ad63468 commit ec1cc0a

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

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

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Exit Code: 1
22
Standard output:
3-
node_modules/follow-redirects/index.js(78,10): error TS2339: Property 'emit' does not exist on type 'RedirectableRequest'.
4-
node_modules/follow-redirects/index.js(79,10): error TS2339: Property 'abort' does not exist on type 'RedirectableRequest'.
5-
node_modules/follow-redirects/index.js(192,12): error TS2339: Property 'emit' does not exist on type 'RedirectableRequest'.
6-
node_modules/follow-redirects/index.js(226,35): error TS2345: Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
3+
node_modules/follow-redirects/index.js(80,10): error TS2339: Property 'emit' does not exist on type 'RedirectableRequest'.
4+
node_modules/follow-redirects/index.js(81,10): error TS2339: Property 'abort' does not exist on type 'RedirectableRequest'.
5+
node_modules/follow-redirects/index.js(195,12): error TS2339: Property 'emit' does not exist on type 'RedirectableRequest'.
6+
node_modules/follow-redirects/index.js(229,35): error TS2345: Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
77
Type 'undefined' is not assignable to type 'string'.
8-
node_modules/follow-redirects/index.js(239,10): error TS2339: Property 'emit' does not exist on type 'RedirectableRequest'.
8+
node_modules/follow-redirects/index.js(242,10): error TS2339: Property 'emit' does not exist on type 'RedirectableRequest'.
99

1010

1111

tests/baselines/reference/user/jimp.log

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
Exit Code: 1
22
Standard output:
3-
node_modules/jimp/jimp.d.ts(268,16): error TS7010: 'appendConstructorOption', which lacks return-type annotation, implicitly has an 'any' return type.
4-
node_modules/jimp/jimp.d.ts(270,19): error TS2304: Cannot find name 'function'.
5-
node_modules/jimp/jimp.d.ts(271,18): error TS2304: Cannot find name 'function'.
3+
node_modules/jimp/jimp.d.ts(499,16): error TS7010: 'appendConstructorOption', which lacks return-type annotation, implicitly has an 'any' return type.
64

75

86

0 commit comments

Comments
 (0)