puppeteer/utils/doclint/check_public_api
Jack Franklin 4ee2c43f06
chore: fix Page.emulateMedia doclint failure (#5584)
This is expected as we now alias `emulateMedia` in `index.js` which isn't a file checked by DocLint. We alias there to avoid having the function overriden by the `asyncInstallHooks` code.

This commit updates doclint to know about methods that we expect it will find are missing and in that case just skip over them. We should only do this for methods where we plan to deprecate them or we have to define them in an odd way to work around some problem (and if that's the case long term we should fix that problem so we can define them as normal).

Co-authored-by: Mathias Bynens <mathias@qiwi.be>
2020-04-06 10:38:05 +02:00
..
test chore: Use expect for assertions (#5581) 2020-04-03 13:22:55 +02:00
Documentation.js feat(puppeteer): introduce puppeteer.errors and puppeteer.devices (#4312) 2019-04-19 15:33:06 -07:00
index.js chore: fix Page.emulateMedia doclint failure (#5584) 2020-04-06 10:38:05 +02: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