Commit 03abc54
fix(typings): avoid nullable-shorthand-on-inline-object-shape in new CDPBrowser jsdoc
_armActionSettle's return type and _waitForAction's armed param used the
{?{...}} nullable shorthand on an inline object shape, the exact pattern a
sibling commit (0081ef3) just swept the rest of this file for -- also
visibly malformed the generated docs (a trailing "?" on the type, doubled to
"??" on the optional param). Converted both to the union form
({...}|null), matching the rest of the file.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent 0a27ad9 commit 03abc54
2 files changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
538 | 538 | | |
539 | 539 | | |
540 | 540 | | |
541 | | - | |
| 541 | + | |
542 | 542 | | |
543 | 543 | | |
544 | 544 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
313 | 313 | | |
314 | 314 | | |
315 | 315 | | |
316 | | - | |
| 316 | + | |
317 | 317 | | |
318 | 318 | | |
319 | 319 | | |
| |||
1515 | 1515 | | |
1516 | 1516 | | |
1517 | 1517 | | |
1518 | | - | |
| 1518 | + | |
1519 | 1519 | | |
1520 | 1520 | | |
1521 | 1521 | | |
| |||
0 commit comments