chore(storage): factor out context type to fix jsdoc processing failure - #9173
Open
feywind wants to merge 4 commits into
Open
chore(storage): factor out context type to fix jsdoc processing failure#9173feywind wants to merge 4 commits into
feywind wants to merge 4 commits into
Conversation
…ntext type to fix jsdoc processing
Contributor
There was a problem hiding this comment.
Code Review
This pull request removes sample integration tests and their associated @example JSDoc annotations across various source files. Additionally, it extracts the inline contexts type from FileMetadata into a dedicated Contexts interface, exports it from the main entry point, and updates utility validation functions to use this new interface. There are no review comments, so I have no feedback to provide.
feywind
marked this pull request as ready for review
August 19, 2026 22:09
westarle
approved these changes
Aug 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Newer jsdoc/tsdoc complains about the indexed types, so this factors those out to get the docs jobs going again. This also removes the sample test scripts since the handwritten samples were removed a while back.