puppeteer/utils/doclint/check_public_api
Jack Franklin ae7483d5cf
chore: remove src/externs.d.ts (#5811)
* chore: remove src/externs.d.ts

It defined global types that we don't want to use, and instead we move
to using interfaces that we import and reference just like with any
other interface.

This means other than Protocol (which I think is fine to leave as is),
there are no other magic global types and you have to import any types
or interfaces that you want.
2020-05-06 14:23:07 +01:00
..
test chore: migrate remaining tests to Mocha (#5616) 2020-04-09 20:12:32 +02:00
Documentation.js feat(puppeteer): introduce puppeteer.errors and puppeteer.devices (#4312) 2019-04-19 15:33:06 -07:00
index.js chore: remove src/externs.d.ts (#5811) 2020-05-06 14:23:07 +01:00
JSBuilder.js chore: fix doclint issues (#5784) 2020-04-30 12:58:51 +02:00
MDBuilder.js chore: enforce consistent spacing around object curlys (#5700) 2020-04-21 10:40:04 +01:00