Skip to content

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

Closed
kl2400033266 wants to merge 1 commit intomicrosoft:mainfrom
kl2400033266:fix-jsdoc-param-hyphen-7223
Closed

fix: Add missing hyphens to @param JSDoc tags in context.ts#7228
kl2400033266 wants to merge 1 commit intomicrosoft:mainfrom
kl2400033266:fix-jsdoc-param-hyphen-7223

Conversation

@kl2400033266
Copy link
Copy Markdown

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
Copy Markdown
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.

@radium-v radium-v closed this Jan 7, 2026
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