puppeteer/scripts
Jack Franklin caa9a1cafa
chore(agnostic): Remove use of util.promisify (#6446)
In `src/common` we now use `fs.promises.X` which we can dynamically
`import`. In a browser environment this code will never run because it's
gated on `isNode` (in a future PR we will add tree-shaking to the bundle
step such that this code is eliminated). By using `import`, we ensure
TypeScript still can track types and give good type information.

In `src/node` we continue to use `util.promisify` but that's not a
concern as that code explicitly is never run in the browser.
2020-09-28 10:35:35 +01:00
..
ensure-correct-devtools-protocol-package.ts chore: enforce file extensions on imports (#6202) 2020-07-13 10:22:26 +01:00
test-install.sh test(install): check for Firefox binary, clean up messages (#6316) 2020-08-10 10:22:31 +02:00
tsconfig.json chore(agnostic): Remove use of util.promisify (#6446) 2020-09-28 10:35:35 +01:00