fix(type-annotations): space union separators in type values#942
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
@btea is attempting to deploy a commit to the OpenJS Foundation Team on Vercel. A member of the Team first needs to authorize it. |
PR SummaryLow Risk Overview Normalization runs in Reviewed by Cursor Bugbot for commit 3b70340. Bugbot is set up for automated code reviews on this repo. Configure here. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #942 +/- ##
==========================================
+ Coverage 86.19% 86.20% +0.01%
==========================================
Files 195 195
Lines 17657 17673 +16
Branches 1605 1606 +1
==========================================
+ Hits 15219 15235 +16
Misses 2432 2432
Partials 6 6 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Want fixes drafted automatically? Bugbot Autofix can create code changes for findings. A team admin can enable Autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 1106e95. Configure here.
avivkeller
left a comment
There was a problem hiding this comment.
Please add a patch changeset, thank you!
Done. |

Description
In the documentation, parameter descriptions should be similar to parameter types in the code, with spaces between multiple types and the
|identifier for a more consistent look.Validation
Related Issues
Check List
node --run testand all tests passed.node --run format&node --run lint.