playwright/utils/generate_types
Dmitry Gozman fbb5d48283
feat(expect): roll to v29.5.0 (#23629)
There is a breaking in change in the `MatcherContext` that is passed to
matcher functions, so we now have `!!this.isNot` in a few places. The
same could happen to custom matcher in the wild.

```ts
// Old
{
  isNot: boolean;
  promise: string;
}
```

```ts
// New
{
  isNot?: boolean;
  promise?: string;
}
```

Fixes #23612.
2023-06-19 15:18:59 -07:00
..
test chore: return Promise<any> in {page,context}.route (#20005) 2023-01-10 18:07:17 +01:00
exported.json feat(test-runner): implement expect(pageOrLocator).toHaveScreenshot (#12242) 2022-02-28 12:25:59 -08:00
index.js chore: render plain class links in types (#23508) 2023-06-05 18:50:44 +02:00
overrides-test.d.ts feat(expect): roll to v29.5.0 (#23629) 2023-06-19 15:18:59 -07:00
overrides-testReporter.d.ts chore: extract task runner for global setup (#20345) 2023-01-25 15:38:23 -08:00
overrides.d.ts chore: withdraw locator.enumerate (#19484) 2022-12-15 10:13:56 -08:00
parseOverrides.js chore: generate more types (#13358) 2022-04-06 13:36:20 -07:00