puppeteer/utils
Jack Franklin 4b0fd8bc30
chore: upgrade to TypeScript 3.7 (#5562)
TypeScript seems to struggle to understand `Promise.all` when the items in the array return different types. If we were authoring in TS we could fix this with TS generics (`Promise.all<OurTypeHere>(...)`) but for now we can typecast the result. We'll fix this properly when we author in TS.
2020-03-31 18:42:32 +02:00
..
browser chore: update URLs (#5185) 2019-11-26 13:12:25 +01:00
doclint chore: upgrade to TypeScript 3.7 (#5562) 2020-03-31 18:42:32 +02:00
flakiness-dashboard chore(flaky): save build result (#4819) 2019-08-08 20:53:12 -07:00
protocol-types-generator feat(launcher): add option to run Puppeteer with different browsers (#5137) 2019-11-26 10:23:19 +01:00
testrunner chore: update URLs (#5185) 2019-11-26 13:12:25 +01:00
testserver chore: update URLs (#5185) 2019-11-26 13:12:25 +01:00
apply_next_version.js chore: update URLs (#5185) 2019-11-26 13:12:25 +01:00
bisect.js chore(bisect): inherit parent ENV when launching script (#4842) 2019-08-13 16:28:09 -07:00
check_availability.js chore: improve //utils/check_availability.js (#4770) 2019-07-29 14:29:50 -07:00
ESTreeWalker.js feat(launcher): add experimental "transport" option to pptr.connect (#3265) 2018-09-20 11:55:23 -07:00
fetch_devices.js fix(devicedescriptors): fix UA in DeviceDescriptors (#2741) 2018-06-14 13:55:09 -07:00
prepare_puppeteer_core.js feat: make it possible to run install.js script with puppeteer-core (#5325) 2020-01-28 13:08:13 +01:00