mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-23 10:29:01 -06:00
Update user baselines (#27213)
This commit is contained in:
parent
90d3f8b573
commit
6ac38fe773
File diff suppressed because it is too large
Load Diff
@ -324,7 +324,8 @@ node_modules/npm/lib/help.js(186,11): error TS2339: Property 'argv' does not exi
|
||||
node_modules/npm/lib/help.js(187,20): error TS2339: Property 'argv' does not exist on type 'typeof EventEmitter'.
|
||||
node_modules/npm/lib/help.js(196,26): error TS2339: Property 'commands' does not exist on type 'typeof EventEmitter'.
|
||||
node_modules/npm/lib/help.js(197,22): error TS2339: Property 'deref' does not exist on type 'typeof EventEmitter'.
|
||||
node_modules/npm/lib/help.js(199,14): error TS2345: Argument of type 'any[]' is not assignable to parameter of type 'never'.
|
||||
node_modules/npm/lib/help.js(199,15): error TS2322: Type 'string' is not assignable to type 'never'.
|
||||
node_modules/npm/lib/help.js(199,18): error TS2322: Type 'any' is not assignable to type 'never'.
|
||||
node_modules/npm/lib/help.js(199,22): error TS2339: Property 'commands' does not exist on type 'typeof EventEmitter'.
|
||||
node_modules/npm/lib/help.js(206,33): error TS2339: Property 'length' does not exist on type 'never'.
|
||||
node_modules/npm/lib/help.js(207,14): error TS2339: Property 'split' does not exist on type 'never'.
|
||||
@ -676,11 +677,9 @@ node_modules/npm/lib/run-script.js(35,22): error TS2339: Property 'localPrefix'
|
||||
node_modules/npm/lib/run-script.js(46,26): error TS2339: Property 'localPrefix' does not exist on type 'typeof EventEmitter'.
|
||||
node_modules/npm/lib/run-script.js(56,20): error TS2339: Property 'localPrefix' does not exist on type 'typeof EventEmitter'.
|
||||
node_modules/npm/lib/run-script.js(66,28): error TS2339: Property 'localPrefix' does not exist on type 'typeof EventEmitter'.
|
||||
node_modules/npm/lib/run-script.js(77,21): error TS2345: Argument of type 'string[]' is not assignable to parameter of type 'ConcatArray<never>'.
|
||||
Types of property 'slice' are incompatible.
|
||||
Type '(start?: number | undefined, end?: number | undefined) => string[]' is not assignable to type '(start?: number | undefined, end?: number | undefined) => never[]'.
|
||||
Type 'string[]' is not assignable to type 'never[]'.
|
||||
Type 'string' is not assignable to type 'never'.
|
||||
node_modules/npm/lib/run-script.js(77,22): error TS2322: Type 'string' is not assignable to type 'never'.
|
||||
node_modules/npm/lib/run-script.js(77,33): error TS2322: Type 'string' is not assignable to type 'never'.
|
||||
node_modules/npm/lib/run-script.js(77,36): error TS2322: Type 'string' is not assignable to type 'never'.
|
||||
node_modules/npm/lib/run-script.js(94,13): error TS2339: Property 'config' does not exist on type 'typeof EventEmitter'.
|
||||
node_modules/npm/lib/run-script.js(99,13): error TS2339: Property 'config' does not exist on type 'typeof EventEmitter'.
|
||||
node_modules/npm/lib/run-script.js(148,22): error TS2339: Property 'config' does not exist on type 'typeof EventEmitter'.
|
||||
@ -945,13 +944,7 @@ node_modules/npm/test/need-npm5-update/need-outdated/update-symlink.js(6,20): er
|
||||
node_modules/npm/test/need-npm5-update/need-outdated/update-symlink.js(8,22): error TS2307: Cannot find module '../common-tap.js'.
|
||||
node_modules/npm/test/need-npm5-update/outdated-depth-deep.js(3,20): error TS2307: Cannot find module 'tap'.
|
||||
node_modules/npm/test/need-npm5-update/outdated-depth-deep.js(5,18): error TS2307: Cannot find module 'npm-registry-mock'.
|
||||
node_modules/npm/test/need-npm5-update/outdated-depth-deep.js(69,28): error TS2345: Argument of type '(string | number)[]' is not assignable to parameter of type 'string | ConcatArray<string>'.
|
||||
Type '(string | number)[]' is not assignable to type 'ConcatArray<string>'.
|
||||
Types of property 'slice' are incompatible.
|
||||
Type '(start?: number | undefined, end?: number | undefined) => (string | number)[]' is not assignable to type '(start?: number | undefined, end?: number | undefined) => string[]'.
|
||||
Type '(string | number)[]' is not assignable to type 'string[]'.
|
||||
Type 'string | number' is not assignable to type 'string'.
|
||||
Type 'number' is not assignable to type 'string'.
|
||||
node_modules/npm/test/need-npm5-update/outdated-depth-deep.js(69,52): error TS2322: Type 'number' is not assignable to type 'string'.
|
||||
node_modules/npm/test/need-npm5-update/outdated-depth-integer.js(2,20): error TS2307: Cannot find module 'tap'.
|
||||
node_modules/npm/test/need-npm5-update/outdated-depth-integer.js(5,18): error TS2307: Cannot find module 'npm-registry-mock'.
|
||||
node_modules/npm/test/need-npm5-update/outdated-depth-integer.js(55,9): error TS2339: Property 'load' does not exist on type 'typeof EventEmitter'.
|
||||
|
||||
@ -1,17 +1,16 @@
|
||||
Exit Code: 1
|
||||
Standard output:
|
||||
lib/Browser.js(71,43): error TS2345: Argument of type '() => Promise<CDPSession>' is not assignable to parameter of type '() => Promise<Puppeteer.CDPSession>'.
|
||||
Type 'Promise<CDPSession>' is not assignable to type 'Promise<Puppeteer.CDPSession>'.
|
||||
Type 'CDPSession' is not assignable to type 'Puppeteer.CDPSession'.
|
||||
Types of property 'on' are incompatible.
|
||||
Type '(event: string | symbol, listener: (...args: any[]) => void) => CDPSession' is not assignable to type '<T extends string | number | symbol>(event: T, listener: (arg: any) => void) => CDPSession'.
|
||||
Types of parameters 'event' and 'event' are incompatible.
|
||||
Type 'T' is not assignable to type 'string | symbol'.
|
||||
Type 'string | number | symbol' is not assignable to type 'string | symbol'.
|
||||
Type 'number' is not assignable to type 'string | symbol'.
|
||||
Type 'T' is not assignable to type 'symbol'.
|
||||
Type 'string | number | symbol' is not assignable to type 'symbol'.
|
||||
Type 'string' is not assignable to type 'symbol'.
|
||||
lib/Browser.js(71,49): error TS2322: Type 'Promise<CDPSession>' is not assignable to type 'Promise<Puppeteer.CDPSession>'.
|
||||
Type 'CDPSession' is not assignable to type 'Puppeteer.CDPSession'.
|
||||
Types of property 'on' are incompatible.
|
||||
Type '(event: string | symbol, listener: (...args: any[]) => void) => CDPSession' is not assignable to type '<T extends string | number | symbol>(event: T, listener: (arg: any) => void) => CDPSession'.
|
||||
Types of parameters 'event' and 'event' are incompatible.
|
||||
Type 'T' is not assignable to type 'string | symbol'.
|
||||
Type 'string | number | symbol' is not assignable to type 'string | symbol'.
|
||||
Type 'number' is not assignable to type 'string | symbol'.
|
||||
Type 'T' is not assignable to type 'symbol'.
|
||||
Type 'string | number | symbol' is not assignable to type 'symbol'.
|
||||
Type 'string' is not assignable to type 'symbol'.
|
||||
lib/Coverage.js(109,15): error TS2503: Cannot find namespace 'Protocol'.
|
||||
lib/Coverage.js(196,15): error TS2503: Cannot find namespace 'Protocol'.
|
||||
lib/ElementHandle.js(24,15): error TS2503: Cannot find namespace 'Protocol'.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user