Skip to content

Commit 8b3934a

Browse files
Update user baselines
1 parent 3c794e9 commit 8b3934a

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

tests/baselines/reference/user/npm.log

-1
Original file line numberDiff line numberDiff line change
@@ -723,7 +723,6 @@ node_modules/npm/lib/search/all-package-metadata.js(239,20): error TS2339: Prope
723723
node_modules/npm/lib/search/esearch.js(15,36): error TS2339: Property 'config' does not exist on type 'typeof EventEmitter'.
724724
node_modules/npm/lib/search/esearch.js(35,7): error TS2339: Property 'registry' does not exist on type 'typeof EventEmitter'.
725725
node_modules/npm/lib/search/format-package-stream.js(130,31): error TS2339: Property 'fd' does not exist on type 'WriteStream'.
726-
node_modules/npm/lib/search/format-package-stream.js(130,63): error TS2339: Property 'getWindowSize' does not exist on type 'WriteStream'.
727726
node_modules/npm/lib/set.js(8,22): error TS2339: Property 'commands' does not exist on type 'typeof EventEmitter'.
728727
node_modules/npm/lib/set.js(12,7): error TS2339: Property 'commands' does not exist on type 'typeof EventEmitter'.
729728
node_modules/npm/lib/shrinkwrap.js(30,29): error TS2339: Property 'lockfileVersion' does not exist on type 'typeof EventEmitter'.

tests/baselines/reference/user/npmlog.log

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ node_modules/npmlog/log.js(194,37): error TS2345: Argument of type 'any[]' is no
88
Property '0' is missing in type 'any[]' but required in type '[any, ...any[]]'.
99
node_modules/npmlog/log.js(218,12): error TS2551: Property '_paused' does not exist on type 'typeof EventEmitter'. Did you mean 'pause'?
1010
node_modules/npmlog/log.js(271,16): error TS2769: No overload matches this call.
11-
Overload 1 of 2, '(buffer: string | Uint8Array, cb?: ((err?: Error | null | undefined) => void) | undefined): boolean', gave the following error.
11+
Overload 1 of 2, '(buffer: string | Uint8Array, cb?: ((err?: Error | undefined) => void) | undefined): boolean', gave the following error.
12+
Argument of type 'string | undefined' is not assignable to parameter of type 'string | Uint8Array'.
13+
Type 'undefined' is not assignable to type 'string | Uint8Array'.
14+
Overload 2 of 2, '(str: string | Uint8Array, encoding?: string | undefined, cb?: ((err?: Error | undefined) => void) | undefined): boolean', gave the following error.
1215
Argument of type 'string | undefined' is not assignable to parameter of type 'string | Uint8Array'.
1316
Type 'undefined' is not assignable to type 'string | Uint8Array'.
14-
Overload 2 of 2, '(str: string, encoding?: string | undefined, cb?: ((err?: Error | null | undefined) => void) | undefined): boolean', gave the following error.
15-
Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
16-
Type 'undefined' is not assignable to type 'string'.
1717

1818

1919

tests/baselines/reference/user/uglify-js.log

-2
Original file line numberDiff line numberDiff line change
@@ -1784,8 +1784,6 @@ node_modules/uglify-js/lib/utils.js(266,33): error TS2304: Cannot find name 'AST
17841784
node_modules/uglify-js/lib/utils.js(268,33): error TS2304: Cannot find name 'AST_Sequence'.
17851785
node_modules/uglify-js/lib/utils.js(270,33): error TS2304: Cannot find name 'AST_Statement'.
17861786
node_modules/uglify-js/lib/utils.js(272,33): error TS2304: Cannot find name 'AST_UnaryPostfix'.
1787-
node_modules/uglify-js/tools/exit.js(7,32): error TS2339: Property 'bufferSize' does not exist on type 'WriteStream'.
1788-
node_modules/uglify-js/tools/exit.js(7,61): error TS2339: Property 'bufferSize' does not exist on type 'WriteStream'.
17891787
node_modules/uglify-js/tools/exit.js(10,37): error TS2345: Argument of type 'any[]' is not assignable to parameter of type '[(number | undefined)?]'.
17901788
Types of property 'length' are incompatible.
17911789
Type 'number' is not assignable to type '0 | 1'.

0 commit comments

Comments
 (0)