Skip to content

Conversation

@kl2400033266
Copy link

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

Fixes microsoft#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.
@radium-v
Copy link
Collaborator

radium-v commented Dec 3, 2025

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.

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.

fix: API Extractor produces warnings for param blocks

2 participants