Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: create node directory for Node-only files #6041

Merged
merged 1 commit into from Jun 18, 2020

Commits on Jun 18, 2020

  1. chore: create node directory for Node-only files

    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.
    jackfranklin committed Jun 18, 2020
    Copy the full SHA
    7bb2bf1 View commit details
    Browse the repository at this point in the history