mirror of
https://github.com/microsoft/playwright.git
synced 2024-11-11 01:13:16 +03:00
57313e3f73
`protocol.d.ts` had to move to `protocol.ts` otherwise typescript refuses to include it in the out directory. Removed the old d.ts generator. It will need to be rewritten anyway. These new types include private stuff that they probably shouldn't, and are missing documentation. I'll follow up with a better d.ts generator later. #6
15 lines
273 B
Plaintext
15 lines
273 B
Plaintext
test/assets/modernizr.js
|
|
third_party/*
|
|
utils/browser/playwright-web.js
|
|
utils/doclint/check_public_api/test/
|
|
utils/testrunner/examples/
|
|
node6/*
|
|
node6-test/*
|
|
node6-testrunner/*
|
|
lib/
|
|
*.js
|
|
src/generated/*
|
|
src/chromium/protocol.ts
|
|
src/firefox/protocol.ts
|
|
src/webkit/protocol.ts
|