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

feat(typescript): allow using puppeteer without dom lib #6998

Merged
merged 4 commits into from Sep 11, 2021
Merged

feat(typescript): allow using puppeteer without dom lib #6998

merged 4 commits into from Sep 11, 2021

Commits on Sep 11, 2021

  1. feat(typescript): allow using puppeteer without dom lib

    The dom lib inserts all dom related types into the project, which is often
    undesirable when working on a NodeJS project.
    
    This change injects global stubs for the dom types required by puppeteer, so
    puppeteer can work without users having to add dom types to their project.
    
    Closes #6989
    remcohaszing committed Sep 11, 2021
    Configuration menu
    Copy the full SHA
    e6ded44 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40e040a View commit details
    Browse the repository at this point in the history
  3. chore: update copyright year

    jschfflr committed Sep 11, 2021
    Configuration menu
    Copy the full SHA
    2841417 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7ff1286 View commit details
    Browse the repository at this point in the history