[PR #1571] [MERGED] chore: remove unnecessary TypeScript error suppression #9977

Closed
opened 2026-02-16 18:14:29 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/anomalyco/opencode/pull/1571
Author: @yordis
Created: 8/3/2025
Status: Merged
Merged: 8/3/2025
Merged by: @thdxr

Base: devHead: yordis/fix-10


📝 Commits (1)

  • 8e610da refactor: remove unnecessary TypeScript error suppression in plugin index

📊 Changes

1 file changed (+0 additions, -2 deletions)

View changed files

📝 packages/opencode/src/plugin/index.ts (+0 -2)

📄 Description

bun run --filter='*' typecheck
│ src/plugin/index.ts(66,7): error TS2578: Unused '@ts-expect-error' directive.
│ src/plugin/index.ts(69,7): error TS2578: Unused '@ts-expect-error' directive.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/anomalyco/opencode/pull/1571 **Author:** [@yordis](https://github.com/yordis) **Created:** 8/3/2025 **Status:** ✅ Merged **Merged:** 8/3/2025 **Merged by:** [@thdxr](https://github.com/thdxr) **Base:** `dev` ← **Head:** `yordis/fix-10` --- ### 📝 Commits (1) - [`8e610da`](https://github.com/anomalyco/opencode/commit/8e610da41076b115268e9115a84e68c40efe9d21) refactor: remove unnecessary TypeScript error suppression in plugin index ### 📊 Changes **1 file changed** (+0 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `packages/opencode/src/plugin/index.ts` (+0 -2) </details> ### 📄 Description ``` bun run --filter='*' typecheck ``` ``` │ src/plugin/index.ts(66,7): error TS2578: Unused '@ts-expect-error' directive. │ src/plugin/index.ts(69,7): error TS2578: Unused '@ts-expect-error' directive. ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 18:14:29 -05:00
yindo closed this issue 2026-02-16 18:14:29 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#9977