mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
570087ea94
* The testing tsconfig.json inherits from the base TS config. * A lot of type assertions have been inserted...a lot. * All testing utilities have migrated to TS. * text-diff is being replaced with diff for TS compatibility. * ProtocolError has been added to PuppeteerErrors and PuppeteerErrors is no longer a record (it's been frozen). * Fixes a small bug where null was an allowable media type in emulation (should be undefined).
20 lines
283 B
Plaintext
20 lines
283 B
Plaintext
.DS_Store
|
|
.vscode
|
|
/.dev_profile*
|
|
/.local-chromium/
|
|
/.local-firefox/
|
|
/test/output-*/
|
|
build/
|
|
coverage
|
|
coverage/
|
|
doclint/
|
|
docs-api-json/
|
|
docs/api.html
|
|
lib/
|
|
node_modules/
|
|
package-lock.json
|
|
puppeteer*.tgz
|
|
test-ts-types/**/dist/
|
|
test-ts-types/**/node_modules
|
|
tsconfig.tsbuildinfo
|
|
yarn.lock |