playwright/utils/generate_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 fix(types): allow specifying element type in locator.evaluate callback (#11048) 2021-12-21 13:17:45 -08:00
exported.json feat(test-runner): implement expect(pageOrLocator).toHaveScreenshot (#12242) 2022-02-28 12:25:59 -08:00
index.js chore: generate more types (#13358) 2022-04-06 13:36:20 -07:00
overrides-test.d.ts chore: generate more types (#13358) 2022-04-06 13:36:20 -07:00
overrides-testReporter.d.ts chore: generate more types (#13358) 2022-04-06 13:36:20 -07:00
overrides.d.ts docs: mark optional properties/arguments explicitly with "?" (#13369) 2022-04-06 19:02:10 -07:00
parseOverrides.js chore: generate more types (#13358) 2022-04-06 13:36:20 -07:00