-
Notifications
You must be signed in to change notification settings - Fork 647
docs(worker): improve JSDoc and strengthen error handling #5320
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
- Added detailed JSDoc comments for better clarity and maintainability - Narrowed to properly handle Error vs non-Error cases - Removed unused field from ILocalTimeInfo
@microsoft-github-policy-service agree |
You're missing a changelog entry. Can you run |
Hey @iclanton I have added the changelog file as you requested. |
common/changes/@rushstack/cpu-profile-summarizer/fix_2025-08-28-09-31.json
Outdated
Show resolved
Hide resolved
Co-authored-by: Ian Clanton-Thuon <[email protected]>
Co-authored-by: Ian Clanton-Thuon <[email protected]>
Co-authored-by: Ian Clanton-Thuon <[email protected]>
…8-09-31.json Co-authored-by: Ian Clanton-Thuon <[email protected]>
@iclanton I removed the explicit type since TypeScript can infer that |
… init loop consolidated error handling, typed MessafePort alias
docs(worker): improve JSDoc and error handling in cpu-profile-summarizer