fast icon indicating copy to clipboard operation
fast copied to clipboard

fix: Add missing hyphens to @param JSDoc tags in context.ts

Open kl2400033266 opened this issue 1 month ago • 1 comments

Fixes #7223: API Extractor produces tsdoc-param-tag-missing-hyphen warnings

Added hyphens between parameter names and descriptions in @param JSDoc tags for the provide() and defineProperty() methods to comply with TSDoc standards.

Pull Request

📖 Description

🎫 Issues

👩‍💻 Reviewer Notes

📑 Test Plan

✅ Checklist

General

  • [ ] I have included a change request file using $ npm run change
  • [ ] I have added tests for my changes.
  • [ ] I have tested my changes.
  • [ ] I have updated the project documentation to reflect my changes.
  • [ ] I have read the CONTRIBUTING documentation and followed the standards for this project.

⏭ Next Steps

kl2400033266 avatar Nov 27 '25 00:11 kl2400033266

Hi, thanks for contributing! Can you please update your PR to include change files, and format the PR description to use the provided template content?

You may also see additional API Extractor warnings for other packages in the repo, which would be nice to include fixes for here.

radium-v avatar Dec 03 '25 18:12 radium-v