Skip to content

docs: Add JSDoc comment to type guard function#1596

Merged
garmeeh merged 1 commit intomainfrom
test/release-process
Oct 17, 2025
Merged

docs: Add JSDoc comment to type guard function#1596
garmeeh merged 1 commit intomainfrom
test/release-process

Conversation

@garmeeh
Copy link
Owner

@garmeeh garmeeh commented Oct 17, 2025

Summary

Add JSDoc documentation to the internal isNever type guard function in the stringify utility to improve code readability and maintainability.

Changes

  • Added JSDoc comment explaining the purpose of the isNever function
  • Marked the function as @internal to indicate it's not part of the public API
  • Created patch changeset for this documentation improvement

Purpose

This is a test release to verify the complete release workflow:

  1. ✅ PR checks (CI workflow runs)
  2. ✅ Changeset validation passes
  3. ✅ Branch protection with "All CI Checks" status
  4. ⏳ Merge triggers Version Packages PR
  5. ⏳ Merging Version Packages PR triggers NPM publish
  6. ⏳ GitHub release created automatically
  7. ⏳ Git tag pushed successfully

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Documentation (improvement to code comments or documentation)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

🤖 Generated with Claude Code

@garmeeh garmeeh merged commit 1db3648 into main Oct 17, 2025
10 checks passed
@garmeeh garmeeh deleted the test/release-process branch October 17, 2025 21:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant