mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-11 10:00:13 -06:00
Merge pull request #28878 from typescript-bot/user-update-20181104
🤖 User test baselines have changed
This commit is contained in:
commit
71286e3d49
7
tests/baselines/reference/user/antd.log
Normal file
7
tests/baselines/reference/user/antd.log
Normal file
@ -0,0 +1,7 @@
|
||||
Exit Code: 1
|
||||
Standard output:
|
||||
node_modules/antd/lib/input/TextArea.d.ts(20,21): error TS2304: Cannot find name 'ResizeObserver'.
|
||||
|
||||
|
||||
|
||||
Standard error:
|
||||
@ -7661,7 +7661,7 @@ node_modules/chrome-devtools-frontend/front_end/network/RequestTimingView.js(271
|
||||
node_modules/chrome-devtools-frontend/front_end/network/RequestTimingView.js(272,52): error TS2555: Expected at least 2 arguments, but got 1.
|
||||
node_modules/chrome-devtools-frontend/front_end/network/RequestTimingView.js(274,52): error TS2555: Expected at least 2 arguments, but got 1.
|
||||
node_modules/chrome-devtools-frontend/front_end/network/RequestTimingView.js(288,74): error TS2345: Argument of type '{ min: number; max: number; count: number; }' is not assignable to parameter of type 'number | { min: number; max: number; }'.
|
||||
Object literal may only specify known properties, and 'count' does not exist in type 'number | { min: number; max: number; }'.
|
||||
Object literal may only specify known properties, and 'count' does not exist in type '{ min: number; max: number; }'.
|
||||
node_modules/chrome-devtools-frontend/front_end/network/RequestTimingView.js(290,29): error TS2339: Property 'createChild' does not exist on type 'Element'.
|
||||
node_modules/chrome-devtools-frontend/front_end/network/RequestTimingView.js(307,34): error TS2339: Property 'millisToString' does not exist on type 'NumberConstructor'.
|
||||
node_modules/chrome-devtools-frontend/front_end/network/RequestTimingView.js(315,37): error TS2339: Property 'createChild' does not exist on type 'Element'.
|
||||
@ -13639,7 +13639,7 @@ node_modules/chrome-devtools-frontend/front_end/ui/XWidget.js(75,15): error TS70
|
||||
node_modules/chrome-devtools-frontend/front_end/ui/XWidget.js(82,15): error TS7014: Function type, which lacks return-type annotation, implicitly has an 'any' return type.
|
||||
node_modules/chrome-devtools-frontend/front_end/ui/XWidget.js(89,15): error TS7014: Function type, which lacks return-type annotation, implicitly has an 'any' return type.
|
||||
node_modules/chrome-devtools-frontend/front_end/ui/XWidget.js(100,79): error TS2345: Argument of type '{ passive: boolean; capture: false; }' is not assignable to parameter of type 'boolean | EventListenerOptions'.
|
||||
Object literal may only specify known properties, and 'passive' does not exist in type 'boolean | EventListenerOptions'.
|
||||
Object literal may only specify known properties, and 'passive' does not exist in type 'EventListenerOptions'.
|
||||
node_modules/chrome-devtools-frontend/front_end/ui/XWidget.js(108,19): error TS2551: Property '_scrollTop' does not exist on type 'Element'. Did you mean 'scrollTop'?
|
||||
node_modules/chrome-devtools-frontend/front_end/ui/XWidget.js(109,37): error TS2551: Property '_scrollTop' does not exist on type 'Element'. Did you mean 'scrollTop'?
|
||||
node_modules/chrome-devtools-frontend/front_end/ui/XWidget.js(110,19): error TS2551: Property '_scrollLeft' does not exist on type 'Element'. Did you mean 'scrollLeft'?
|
||||
|
||||
@ -8,9 +8,9 @@ lib/Browser.js(71,49): error TS2322: Type 'Promise<CDPSession>' is not assignabl
|
||||
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 'string'.
|
||||
Type 'string | number | symbol' is not assignable to type 'string'.
|
||||
Type 'number' is not assignable to type 'string'.
|
||||
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/BrowserFetcher.js(100,15): error TS7014: Function type, which lacks return-type annotation, implicitly has an 'any' return type.
|
||||
lib/BrowserFetcher.js(195,13): error TS7014: Function type, which lacks return-type annotation, implicitly has an 'any' return type.
|
||||
lib/Connection.js(91,14): error TS7014: Function type, which lacks return-type annotation, implicitly has an 'any' return type.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user