fast
fast copied to clipboard
fix: Add missing hyphens to @param JSDoc tags in context.ts
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
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.