Skip to content
This repository was archived by the owner on Nov 26, 2025. It is now read-only.

Release candidate#797

Merged
magicink merged 2 commits into
mainfrom
release-candidate
Sep 30, 2025
Merged

Release candidate#797
magicink merged 2 commits into
mainfrom
release-candidate

Conversation

@magicink

Copy link
Copy Markdown
Owner

No description provided.

@magicink
magicink merged commit a98cb2b into main Sep 30, 2025
1 check passed

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting

@@ -1,19 +1,5 @@
import { toString } from 'mdast-util-to-string'

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

[P0] Remove unused toString import

The stateHandlers refactor that deletes the eval implementation leaves toString imported at the top of the file but never used. With noUnusedLocals enabled in tsconfig.json, bun tsc now fails with “'toString' is declared but its value is never read”, preventing releases and CI runs. Drop the import to restore a clean type check.

Useful? React with 👍 / 👎.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant