chore: clean complex/float64/base/identity package.json metadata#13201
Closed
Planeshifter wants to merge 1 commit into
Closed
chore: clean complex/float64/base/identity package.json metadata#13201Planeshifter wants to merge 1 commit into
complex/float64/base/identity package.json metadata#13201Planeshifter wants to merge 1 commit into
Conversation
- Remove empty `__stdlib__: {}` field (absent in 9/10 sibling packages
under `@stdlib/complex/float64/base/`; carries no signal when empty).
- Append `"number"` keyword (present in 9/10 sibling packages and
consistent with the existing `math`/`stdmath`/`mathematics` keywords).
Both deviations were `identity`-only outliers within the namespace; no
source code, tests, REPL docs, or generated artifacts are touched.
PR-URL: TBD
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.
Resolves #N/A.
Description
This pull request:
"__stdlib__": {}field from@stdlib/complex/float64/base/identity'spackage.jsonand appends the missing"number"keyword.@stdlib/complex/float64/base/identityTwo package-metadata deviations within the
@stdlib/complex/float64/base/*namespace, bothidentity-only outliers (9/10 sibling conformance):package.jsoncarried"__stdlib__": {}, an empty object no consumer keys on. Sibling packages (add,add3,div,mul,mul-add,neg,scale,sub, plus theassertaggregator) do not declare the field. Removed.keywordsarray was missing"number", which every other sibling carries alongside the samemath/stdmath/mathematics/complex/cmplxset. Appended to match.No source, tests, REPL fixtures, type declarations, or generated
## See Alsocontent are touched.Related Issues
This pull request has no related issues.
Questions
No.
Other
No.
Checklist
AI Assistance
If you answered "yes" above, how did you use AI assistance?
Disclosure
This PR was authored by Claude Code as part of a cross-package API-drift detection routine: features were extracted from every package under
@stdlib/complex/float64/base/, majority patterns were computed at a 75% threshold, theidentityoutlier was confirmed by a structural-review pass and an independent cross-reference pass (verifying no test, REPL doc, or__stdlib__consumer relies on either deviation), and the two corrections were applied mechanically topackage.jsononly.@stdlib-js/reviewers
Generated by Claude Code