From 1237df7304ea6b9cfebd99b0e059d6ea3cbc4036 Mon Sep 17 00:00:00 2001 From: TypeScript Bot Date: Tue, 2 Oct 2018 09:08:58 -0700 Subject: [PATCH] Update user baselines (#27498) --- tests/baselines/reference/user/puppeteer.log | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/baselines/reference/user/puppeteer.log b/tests/baselines/reference/user/puppeteer.log index 305b1ab31eb..3fc91b7fee3 100644 --- a/tests/baselines/reference/user/puppeteer.log +++ b/tests/baselines/reference/user/puppeteer.log @@ -26,6 +26,9 @@ lib/FrameManager.js(127,15): error TS2503: Cannot find namespace 'Protocol'. lib/FrameManager.js(685,57): error TS2345: Argument of type 'string | number | Function' is not assignable to parameter of type 'number'. Type 'string' is not assignable to type 'number'. lib/FrameManager.js(773,15): error TS2503: Cannot find namespace 'Protocol'. +lib/Launcher.js(120,11): error TS2322: Type 'string[]' is not assignable to type 'StdioOptions'. + Type 'string[]' is not assignable to type '(number | "inherit" | Stream | "pipe" | "ipc" | "ignore")[]'. + Type 'string' is not assignable to type 'number | "inherit" | Stream | "pipe" | "ipc" | "ignore"'. lib/Launcher.js(160,105): error TS2733: Index '3' is out-of-bounds in tuple of length 3. lib/Launcher.js(160,169): error TS2733: Index '4' is out-of-bounds in tuple of length 3. lib/NetworkManager.js(129,15): error TS2503: Cannot find namespace 'Protocol'.