33f1967072
* (feat) Add option to fetch Firefox Nightly Add Firefox support to BrowserFetcher and the install script. By default, the latest Firefox Nightly is downloaded directly from archive.mozilla.org (dmg, tar.bz2 and zip) This also required changes that impact `puppeteer.launch()` and `puppeteer.executablePath()` Fixes #5151 * Update docs/api.md Co-Authored-By: Mathias Bynens <mathias@qiwi.be> * Clean up revision promise * Improve error handling in revision check * Remove matchAll * Use explicit octal mode * Update .gitignore Co-authored-by: Mathias Bynens <mathias@qiwi.be>
46 lines
613 B
Plaintext
46 lines
613 B
Plaintext
.appveyor.yml
|
|
.gitattributes
|
|
|
|
# no longer generated, but old checkouts might still have it
|
|
node6
|
|
|
|
# exclude all tests
|
|
test
|
|
utils/node6-transform
|
|
|
|
# exclude internal type definitions
|
|
/lib/externs.d.ts
|
|
|
|
# repeats from .gitignore
|
|
node_modules
|
|
.local-chromium
|
|
.local-firefox
|
|
.dev_profile*
|
|
.DS_Store
|
|
*.swp
|
|
*.pyc
|
|
.vscode
|
|
package-lock.json
|
|
/node6/test
|
|
/node6/utils
|
|
/test
|
|
/utils
|
|
/docs
|
|
yarn.lock
|
|
|
|
# other
|
|
/.ci
|
|
/examples
|
|
.appveyour.yml
|
|
.cirrus.yml
|
|
.editorconfig
|
|
.eslintignore
|
|
.eslintrc.js
|
|
.travis.yml
|
|
README.md
|
|
tsconfig.json
|
|
experimental
|
|
|
|
# exclude types, see https://github.com/puppeteer/puppeteer/issues/3878
|
|
/index.d.ts
|