Update user baselines (#26419)

This commit is contained in:
TypeScript Bot 2018-08-13 13:17:11 -07:00 committed by Nathan Shively-Sanders
parent ad63468ed5
commit ec1cc0ae57
2 changed files with 6 additions and 8 deletions

View file

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

View file

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