Skip to content

Commit

Permalink
Merge pull request #28878 from typescript-bot/user-update-20181104
Browse files Browse the repository at this point in the history
馃 User test baselines have changed
  • Loading branch information
weswigham committed Dec 6, 2018
2 parents 8150169 + 8a77e85 commit 71286e3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions tests/baselines/reference/user/antd.log
@@ -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:
4 changes: 2 additions & 2 deletions tests/baselines/reference/user/chrome-devtools-frontend.log
Expand Up @@ -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'.
Expand Down Expand Up @@ -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'?
Expand Down
6 changes: 3 additions & 3 deletions tests/baselines/reference/user/puppeteer.log
Expand Up @@ -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.
Expand Down

0 comments on commit 71286e3

Please sign in to comment.