playwright/packages/playwright-test/types
Dmitry Gozman c68f57d2d0
docs: mark optional properties/arguments explicitly with "?" (#13369)
Previously, we were guessing whether something is optional from the
comment (looking for stuff like "defaults to" or "optional").

To remove this error-prone technique, every optional property or
argument (but not option) is explicitly marked with "?".
2022-04-06 19:02:10 -07:00
..
test.d.ts docs: mark optional properties/arguments explicitly with "?" (#13369) 2022-04-06 19:02:10 -07:00
testExpect.d.ts fix(expect): proper return types (#13334) 2022-04-05 16:11:11 -07:00
testReporter.d.ts docs: mark optional properties/arguments explicitly with "?" (#13369) 2022-04-06 19:02:10 -07:00