Skip to content

refactor: Remove unused JSDoc @import lines#8677

Merged
willeastcott merged 3 commits into
mainfrom
refactor/remove-unused-buttoncomponentdata-jsdoc-import
May 4, 2026
Merged

refactor: Remove unused JSDoc @import lines#8677
willeastcott merged 3 commits into
mainfrom
refactor/remove-unused-buttoncomponentdata-jsdoc-import

Conversation

@willeastcott

@willeastcott willeastcott commented May 4, 2026

Copy link
Copy Markdown
Contributor

Removes unused JSDoc @import type-only lines that are not referenced in the file:

  • ButtonComponentButtonComponentData
  • CollisionComponentCollisionComponentData
  • ElementComponentElementComponentData
  • ParticleSystemComponentParticleSystemComponentData
  • ScrollViewComponentScrollViewComponentData
  • ScrollbarComponentScrollbarComponentData
  • quad-render-utils.jsTexture
  • shadow-renderer-directional.jsMeshInstance

Co-authored-by: Cursor <cursoragent@cursor.com>

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Removes an unused JSDoc type-only @import (ButtonComponentData) from ButtonComponent to reduce reader/tooling confusion and keep the file’s type imports aligned with actual references.

Changes:

  • Removed the unused @import { ButtonComponentData } from './data.js' entry from the JSDoc import block in ButtonComponent.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Co-authored-by: Cursor <cursoragent@cursor.com>
@willeastcott willeastcott changed the title refactor: Remove unused ButtonComponentData JSDoc import refactor: Remove unused *ComponentData JSDoc imports May 4, 2026
Co-authored-by: Cursor <cursoragent@cursor.com>
@willeastcott willeastcott changed the title refactor: Remove unused *ComponentData JSDoc imports refactor: Remove unused JSDoc @import lines May 4, 2026
@willeastcott willeastcott requested a review from Copilot May 4, 2026 08:05

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 8 out of 8 changed files in this pull request and generated no new comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@willeastcott willeastcott merged commit 06942e7 into main May 4, 2026
12 checks passed
@willeastcott willeastcott deleted the refactor/remove-unused-buttoncomponentdata-jsdoc-import branch May 4, 2026 08:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement Request for a new feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants