puppeteer/utils
Jack Franklin 90b0934f85
chore: create node directory for Node-only files (#6041)
This is another step towards making Puppeteer agnostic of environment
and being able to run in Node or a browser.

The files in the `node` directory are ones that would only be needed in
the Node build - e.g. the code that downloads and launches a local
browser instance.

The long term vision here is to have three folders:

* node - Node only code
* web - Web only code
* common - code that is shared

But rather than do that in one PR I'm going to split it up to make it
easier to review and deal with.
2020-06-18 13:49:59 +01:00
..
doclint chore: create node directory for Node-only files (#6041) 2020-06-18 13:49:59 +01:00
protocol-types-generator chore: stop Protocol types being globally available (#5899) 2020-05-21 17:04:05 +01:00
testserver chore: update references to branch names (#6022) 2020-06-15 17:34:16 +02:00
apply_next_version.js chore: update references to branch names (#6022) 2020-06-15 17:34:16 +02:00
bisect.js chore: add Prettier (#5825) 2020-05-07 12:54:55 +02:00
check_availability.js docs: replace @return with @returns (#6006) 2020-06-12 12:38:24 +02:00
ESTreeWalker.js chore: add Prettier (#5825) 2020-05-07 12:54:55 +02:00
fetch_devices.js docs: replace @return with @returns (#6006) 2020-06-12 12:38:24 +02: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