chore: remove stray space before commas in sibling docs and tests#13248
Draft
Planeshifter wants to merge 1 commit into
Draft
chore: remove stray space before commas in sibling docs and tests#13248Planeshifter wants to merge 1 commit into
Planeshifter wants to merge 1 commit into
Conversation
Propagates fix from 7fbca26 ("chore: remove extra space and fix license header") to sibling packages carrying the same stray space-before-comma typo across TypeScript type-check tests and JSDoc `@example` blocks.
Contributor
Coverage Report
The above coverage report was generated for the changes in this PR. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This pull request:
developbetween 2026-07-02 13:19 UTC and 2026-07-03 00:00 UTC to sibling packages carrying the same defects.chore:— stray space before commaRemoves stray space-before-comma occurrences across sibling packages, matching the fix in 7fbca26 which corrected a single such typo in
array/base/getter/docs/types/test.ts. The same defect appears in argument lists insidedocs/types/test.tsfiles and in JSDoc@exampleblocks insidedocs/types/index.d.tsfiles. Purely mechanical whitespace cleanup — no semantic change; aligns with the repo-widecomma-spacingconvention.Source commit:
7fbca26Target packages:
object/any-own-by—docs/types/test.tsobject/none-own-by—docs/types/test.tsobject/every-own-by—docs/types/test.tsutils/papply—docs/types/test.tsutils/papply-right—docs/types/test.tsarray/base/cuany—docs/types/test.ts,docs/types/index.d.tsarray/base/cuany-by—docs/types/test.tsarray/base/cuany-by-right—docs/types/test.tsarray/base/cuevery—docs/types/test.tsarray/base/cunone—docs/types/test.tsmath/base/special—docs/types/index.d.tsmath/base/special/frexp—docs/types/index.d.tsmath/base/special/frexpf—docs/types/index.d.tsarray/complex64—docs/types/index.d.tsarray/complex128—docs/types/index.d.tsRelated Issues
No.
Questions
No.
Other
Validation. Search scope was
.tsfiles underlib/node_modules/@stdlibmatching stray-space-before-comma. Two independent verifiers read every candidate line in full to confirm the defect against surrounding context; both flagged the same 94 lines across 16 files as unambiguous typos with no autogenerated / do-not-edit markers on any target file. Sites were deliberately excluded when they would require cross-package changes or interpretation of intent; none reached that bar in this run. The C-benchmarkisnan( y )→y != ypattern from5dee19dfound no valid remaining sites (all siblingstats/base/dists/*benchmarks already use the self-comparison idiom; the two remainingisnansites benchmark theisnanfunction itself and cannot be rewritten). The duplicate/**header pattern from7fbca26also found no other occurrences repo-wide.Checklist
AI Assistance
If you answered "yes" above, how did you use AI assistance?
Disclosure
This PR was generated by Claude Code as part of a scheduled fix-propagation routine that mirrors recent
developfixes to sibling packages carrying the same defect. Each target site was independently verified by two adversarial reviewers before the patch was applied.@stdlib-js/reviewers
Generated by Claude Code