puppeteer/utils
Joel Einbinder c9a843baa0 chore(types): generate protocol.d.ts on install (#2625)
Previously protocol.d.ts was generated on `npm run tsc`. This was inconvenient because it meant that vscode checking was wrong until type checking was run manually, and was inefficient because it necessarily regenerated the types even if no new Chromium was downloaded. This patch generates the types when npm install is run from the github checkout, assuming a new Chromium revision was downloaded.
2018-05-29 15:23:32 -07:00
..
doclint chore: link to the latest-released API from the README.md (#2449) 2018-04-25 18:18:08 -07:00
node6-transform fix(node6): fix one line await arrow functions #2198 2018-03-15 14:54:23 -07:00
protocol-types-generator chore(types): generate protocol.d.ts on install (#2625) 2018-05-29 15:23:32 -07:00
testrunner chore: testrunner's ".not" should print appropriate message (#2459) 2018-04-26 11:13:22 -07:00
apply_next_version.js chore: use unique version for puppeteer@next (#1688) 2017-12-28 17:19:13 -08:00
check_availability.js feat: Introduce BrowserFetcher class (#1983) 2018-02-07 12:31:53 -05:00
ESTreeWalker.js Fix node6 support for Object.entries and URL object (#548) 2017-08-25 15:13:59 -07:00
fetch_devices.js Change let into const (#457) 2017-08-21 16:39:04 -07:00