Skip to content

Types: Fix JSDoc on ResourceLoader constructors#13209

Open
donmccurdy wants to merge 1 commit intomainfrom
donmccurdy/refactor/classes-resourceloader-jsdoc
Open

Types: Fix JSDoc on ResourceLoader constructors#13209
donmccurdy wants to merge 1 commit intomainfrom
donmccurdy/refactor/classes-resourceloader-jsdoc

Conversation

@donmccurdy
Copy link
Member

@donmccurdy donmccurdy commented Feb 13, 2026

Description

Quick followup for an issue missed in #13201.

Issue number and link

Testing plan

All loaders in this PR are private and excluded from documentation and published type definitions, so the production effects of this PR should be zero. However, having the @param tags correctly moved to the constructors will matter once we start enabling type checking on code relying on these loaders internally.

Author checklist

  • I have submitted a Contributor License Agreement
  • I have added my name to CONTRIBUTORS.md
  • I have updated CHANGES.md with a short summary of my change
  • I have added or updated unit tests to ensure consistent code coverage
  • I have updated the inline documentation, and included code examples where relevant
  • I have performed a self-review of my code

PR Dependency Tree

This tree was auto-generated by Charcoal

@github-actions
Copy link

Thank you for the pull request, @donmccurdy!

✅ We can confirm we have a CLA on file for you.

@donmccurdy donmccurdy force-pushed the donmccurdy/refactor/classes-resourceloader-jsdoc branch from d4dbf0a to 66f2a5c Compare February 13, 2026 14:35
@javagl
Copy link
Contributor

javagl commented Feb 13, 2026

Just curious: Could there be a way to detect this automatically? (Without larger efforts and side-effects, that is - i.e. without enabling checks somewhere in the code that should not (yet) be enabled)

@donmccurdy
Copy link
Member Author

Don't see why not. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants