Skip to content

Commit 71286e3

Browse files
authored
Merge pull request #28878 from typescript-bot/user-update-20181104
🤖 User test baselines have changed
2 parents 8150169 + 8a77e85 commit 71286e3

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed
+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Exit Code: 1
2+
Standard output:
3+
node_modules/antd/lib/input/TextArea.d.ts(20,21): error TS2304: Cannot find name 'ResizeObserver'.
4+
5+
6+
7+
Standard error:

tests/baselines/reference/user/chrome-devtools-frontend.log

+2-2
Original file line numberDiff line numberDiff line change
@@ -7661,7 +7661,7 @@ node_modules/chrome-devtools-frontend/front_end/network/RequestTimingView.js(271
76617661
node_modules/chrome-devtools-frontend/front_end/network/RequestTimingView.js(272,52): error TS2555: Expected at least 2 arguments, but got 1.
76627662
node_modules/chrome-devtools-frontend/front_end/network/RequestTimingView.js(274,52): error TS2555: Expected at least 2 arguments, but got 1.
76637663
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; }'.
7664-
Object literal may only specify known properties, and 'count' does not exist in type 'number | { min: number; max: number; }'.
7664+
Object literal may only specify known properties, and 'count' does not exist in type '{ min: number; max: number; }'.
76657665
node_modules/chrome-devtools-frontend/front_end/network/RequestTimingView.js(290,29): error TS2339: Property 'createChild' does not exist on type 'Element'.
76667666
node_modules/chrome-devtools-frontend/front_end/network/RequestTimingView.js(307,34): error TS2339: Property 'millisToString' does not exist on type 'NumberConstructor'.
76677667
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
1363913639
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.
1364013640
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.
1364113641
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'.
13642-
Object literal may only specify known properties, and 'passive' does not exist in type 'boolean | EventListenerOptions'.
13642+
Object literal may only specify known properties, and 'passive' does not exist in type 'EventListenerOptions'.
1364313643
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'?
1364413644
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'?
1364513645
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'?

tests/baselines/reference/user/puppeteer.log

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ lib/Browser.js(71,49): error TS2322: Type 'Promise<CDPSession>' is not assignabl
88
Type 'T' is not assignable to type 'string | symbol'.
99
Type 'string | number | symbol' is not assignable to type 'string | symbol'.
1010
Type 'number' is not assignable to type 'string | symbol'.
11-
Type 'T' is not assignable to type 'string'.
12-
Type 'string | number | symbol' is not assignable to type 'string'.
13-
Type 'number' is not assignable to type 'string'.
11+
Type 'T' is not assignable to type 'symbol'.
12+
Type 'string | number | symbol' is not assignable to type 'symbol'.
13+
Type 'string' is not assignable to type 'symbol'.
1414
lib/BrowserFetcher.js(100,15): error TS7014: Function type, which lacks return-type annotation, implicitly has an 'any' return type.
1515
lib/BrowserFetcher.js(195,13): error TS7014: Function type, which lacks return-type annotation, implicitly has an 'any' return type.
1616
lib/Connection.js(91,14): error TS7014: Function type, which lacks return-type annotation, implicitly has an 'any' return type.

0 commit comments

Comments
 (0)