puppeteer/utils/doclint/check_public_api
Jack Franklin 133abb07cf
chore: migrate src/Input to typescript (#5710)
* chore: migrate src/Input to typescript

This moves `Keyboard`, `Mouse` and `Touchscreen` to TypeScript. We gain
some nice TS benefits here; by creating a type for all the keycodes we
support we can type the input args as that rather than `string` which
will hopefully save some users some debugging once we ship our TS types
in a future version.

* Remove from externs file

* Update utils/doclint/check_public_api/index.js

Co-Authored-By: Mathias Bynens <mathias@qiwi.be>

Co-authored-by: Mathias Bynens <mathias@qiwi.be>
2020-04-22 15:44:04 +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: migrate src/Input to typescript (#5710) 2020-04-22 15:44:04 +01:00
JSBuilder.js chore: migrate src/Input to typescript (#5710) 2020-04-22 15:44:04 +01:00
MDBuilder.js chore: enforce consistent spacing around object curlys (#5700) 2020-04-21 10:40:04 +01:00