Skip to content

Conversation

@caio-pizzol
Copy link
Contributor

No description provided.

@linear
Copy link

linear bot commented Jan 30, 2026

@caio-pizzol caio-pizzol requested a review from afn January 30, 2026 21:08
Copy link

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

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.

Reviewed commit: 74cfefd1fa

ℹ️ About Codex in GitHub

Codex has been enabled to automatically 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 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment on lines 26 to 28
"devDependencies": {
"typescript": "catalog:",
"vitest": "catalog:"
"typescript": "catalog:"
}

Choose a reason for hiding this comment

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

P2 Badge Keep vitest as a dev dependency for benchmarks

Removing vitest from @superdoc/style-engine breaks pnpm build/tsc --project tsconfig.json --noEmit because src/bench/resolveSdtMetadata.bench.ts still imports bench from vitest and tsconfig.json includes all src/**/*. In this package, that means TypeScript can no longer resolve the module during builds (even if tests run under Bun), so the migration leaves the package unable to typecheck unless vitest is restored or the bench file is excluded.

Useful? React with 👍 / 👎.

@caio-pizzol caio-pizzol force-pushed the caio/sd-1704-improve-unit-test-performance-migrate-pure-logic-packages branch from 74cfefd to 0adea7f Compare January 30, 2026 21:20
@caio-pizzol caio-pizzol self-assigned this Jan 31, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants