playwright/utils/doclint/check_public_api
Joel Einbinder 671cfa0a54
fix(types): support objects with typed keys and values (#1752)
There are a few places in the API where we use objects as maps. This patch adds them to docs and the types.

For `env`, we accept booleans and numbers as well because they are often used for their string values.
2020-04-23 14:45:57 -07:00
..
test fix(tests): fix a race with golden setup (#1757) 2020-04-13 14:12:44 -07:00
Documentation.js
index.js chore: remove web mode (#1625) 2020-04-01 14:42:47 -07:00
JSBuilder.js fix(types): support objects with typed keys and values (#1752) 2020-04-23 14:45:57 -07:00
MDBuilder.js