File tree 1 file changed +4
-3
lines changed
tests/baselines/reference/user 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -2,10 +2,11 @@ Exit Code: 1
2
2
Standard output:
3
3
node_modules/follow-redirects/index.js(80,10): error TS2339: Property 'emit' does not exist on type 'RedirectableRequest'.
4
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'.
5
+ node_modules/follow-redirects/index.js(133,10): error TS2339: Property 'emit' does not exist on type 'RedirectableRequest'.
6
+ node_modules/follow-redirects/index.js(199,12): error TS2339: Property 'emit' does not exist on type 'RedirectableRequest'.
7
+ node_modules/follow-redirects/index.js(233,35): error TS2345: Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
7
8
Type 'undefined' is not assignable to type 'string'.
8
- node_modules/follow-redirects/index.js(242 ,10): error TS2339: Property 'emit' does not exist on type 'RedirectableRequest'.
9
+ node_modules/follow-redirects/index.js(246 ,10): error TS2339: Property 'emit' does not exist on type 'RedirectableRequest'.
9
10
10
11
11
12
You can’t perform that action at this time.
0 commit comments