mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-14 13:45:36 +03:00
825555cddf
This generates typescript definitions based on the api.md, instead of autogenerating them from the typescript source code. Now types - only include the public api - work with older versions of typescript - include descriptions - are more consistent - are more complete #6
16 lines
324 B
Plaintext
16 lines
324 B
Plaintext
test/assets/modernizr.js
|
|
third_party/*
|
|
utils/browser/playwright-web.js
|
|
utils/doclint/check_public_api/test/
|
|
utils/testrunner/examples/
|
|
lib/
|
|
*.js
|
|
src/generated/*
|
|
src/chromium/protocol.ts
|
|
src/firefox/protocol.ts
|
|
src/webkit/protocol.ts
|
|
/types/*
|
|
/index.d.ts
|
|
utils/generate_types/overrides.d.ts
|
|
utils/generate_types/test/test.ts
|