puppeteer/utils
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
..
browser chore: migrate remaining tests to Mocha (#5616) 2020-04-09 20:12:32 +02:00
doclint chore: migrate src/Input to typescript (#5710) 2020-04-22 15:44:04 +01:00
protocol-types-generator chore: move code to src/ and emit with TypeScript (#5568) 2020-04-02 16:25:19 +02:00
testserver chore: enforce consistent spacing around object curlys (#5700) 2020-04-21 10:40:04 +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 chore: enforce consistent spacing around object curlys (#5700) 2020-04-21 10:40:04 +01: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