mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
31309b0e20
* chore: Use devtools-protocol package Rather than maintain our own protocol we can instead use the devtools-protocol package and pin it to the version of Chromium that Puppeteer is shipping with. The only changes are naming changes between the bespoke protocol that Puppeteer created and the devtools-protocol one.
13 lines
342 B
Plaintext
13 lines
342 B
Plaintext
test/assets/modernizr.js
|
|
third_party/*
|
|
utils/browser/puppeteer-web.js
|
|
utils/doclint/check_public_api/test/
|
|
node6/*
|
|
node6-test/*
|
|
experimental/
|
|
lib/
|
|
/index.d.ts
|
|
# We ignore this file because it uses ES imports which we don't yet use
|
|
# in the Puppeteer src, so it trips up the ESLint-TypeScript parser.
|
|
utils/doclint/generate_types/test/test.ts
|