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: move index.js into src #6007

Merged
merged 3 commits into from Jun 12, 2020
Merged

chore: move index.js into src #6007

merged 3 commits into from Jun 12, 2020

Commits on Jun 12, 2020

  1. chore: move index.js into src

    This is the first part of a series of pull requests that will slowly
    make it possible to initialise Puppeteer for either a Node environment
    or a web one. By creating the `initialisePuppeteer` function we can
    inject dependencies in for the given version of Puppeteer (e.g. inject a
    different debug library for Node vs the web).
    
    This PR moves the initialisation into `src` and calls into it from the
    root `index.js`.
    jackfranklin committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    da295df View commit details
    Browse the repository at this point in the history
  2. Update index.js

    Co-authored-by: Mathias Bynens <mathias@qiwi.be>
    jackfranklin and mathiasbynens committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    d566395 View commit details
    Browse the repository at this point in the history
  3. missed a rename

    jackfranklin committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    398e4a9 View commit details
    Browse the repository at this point in the history