puppeteer/utils/doclint/check_public_api
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
..
test chore(types): generate our own d.ts file from api.md (#3744) 2019-01-28 15:12:45 -08:00
Documentation.js feat(puppeteer): introduce puppeteer.errors and puppeteer.devices (#4312) 2019-04-19 15:33:06 -07:00
index.js chore: introduce //lib/api.js (#3835) 2019-01-25 23:21:14 -05:00
JSBuilder.js chore: upgrade to TypeScript 3.7 (#5562) 2020-03-31 18:42:32 +02:00
MDBuilder.js chore(types): generate our own d.ts file from api.md (#3744) 2019-01-28 15:12:45 -08:00