Skip to content

Commit

Permalink
Update user baselines
Browse files Browse the repository at this point in the history
  • Loading branch information
typescript-bot committed Oct 4, 2019
1 parent 3c794e9 commit 8e46f06
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
1 change: 0 additions & 1 deletion tests/baselines/reference/user/npm.log
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,6 @@ node_modules/npm/lib/search/all-package-metadata.js(239,20): error TS2339: Prope
node_modules/npm/lib/search/esearch.js(15,36): error TS2339: Property 'config' does not exist on type 'typeof EventEmitter'.
node_modules/npm/lib/search/esearch.js(35,7): error TS2339: Property 'registry' does not exist on type 'typeof EventEmitter'.
node_modules/npm/lib/search/format-package-stream.js(130,31): error TS2339: Property 'fd' does not exist on type 'WriteStream'.
node_modules/npm/lib/search/format-package-stream.js(130,63): error TS2339: Property 'getWindowSize' does not exist on type 'WriteStream'.
node_modules/npm/lib/set.js(8,22): error TS2339: Property 'commands' does not exist on type 'typeof EventEmitter'.
node_modules/npm/lib/set.js(12,7): error TS2339: Property 'commands' does not exist on type 'typeof EventEmitter'.
node_modules/npm/lib/shrinkwrap.js(30,29): error TS2339: Property 'lockfileVersion' does not exist on type 'typeof EventEmitter'.
Expand Down
8 changes: 4 additions & 4 deletions tests/baselines/reference/user/npmlog.log
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ node_modules/npmlog/log.js(194,37): error TS2345: Argument of type 'any[]' is no
Property '0' is missing in type 'any[]' but required in type '[any, ...any[]]'.
node_modules/npmlog/log.js(218,12): error TS2551: Property '_paused' does not exist on type 'typeof EventEmitter'. Did you mean 'pause'?
node_modules/npmlog/log.js(271,16): error TS2769: No overload matches this call.
Overload 1 of 2, '(buffer: string | Uint8Array, cb?: ((err?: Error | null | undefined) => void) | undefined): boolean', gave the following error.
Overload 1 of 2, '(buffer: string | Uint8Array, cb?: ((err?: Error | undefined) => void) | undefined): boolean', gave the following error.
Argument of type 'string | undefined' is not assignable to parameter of type 'string | Uint8Array'.
Type 'undefined' is not assignable to type 'string | Uint8Array'.
Overload 2 of 2, '(str: string | Uint8Array, encoding?: string | undefined, cb?: ((err?: Error | undefined) => void) | undefined): boolean', gave the following error.
Argument of type 'string | undefined' is not assignable to parameter of type 'string | Uint8Array'.
Type 'undefined' is not assignable to type 'string | Uint8Array'.
Overload 2 of 2, '(str: string, encoding?: string | undefined, cb?: ((err?: Error | null | undefined) => void) | undefined): boolean', gave the following error.
Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
Type 'undefined' is not assignable to type 'string'.



Expand Down
2 changes: 0 additions & 2 deletions tests/baselines/reference/user/uglify-js.log
Original file line number Diff line number Diff line change
Expand Up @@ -1784,8 +1784,6 @@ node_modules/uglify-js/lib/utils.js(266,33): error TS2304: Cannot find name 'AST
node_modules/uglify-js/lib/utils.js(268,33): error TS2304: Cannot find name 'AST_Sequence'.
node_modules/uglify-js/lib/utils.js(270,33): error TS2304: Cannot find name 'AST_Statement'.
node_modules/uglify-js/lib/utils.js(272,33): error TS2304: Cannot find name 'AST_UnaryPostfix'.
node_modules/uglify-js/tools/exit.js(7,32): error TS2339: Property 'bufferSize' does not exist on type 'WriteStream'.
node_modules/uglify-js/tools/exit.js(7,61): error TS2339: Property 'bufferSize' does not exist on type 'WriteStream'.
node_modules/uglify-js/tools/exit.js(10,37): error TS2345: Argument of type 'any[]' is not assignable to parameter of type '[(number | undefined)?]'.
Types of property 'length' are incompatible.
Type 'number' is not assignable to type '0 | 1'.
Expand Down

0 comments on commit 8e46f06

Please sign in to comment.