chore(docs): remove orphaned shader checks - #1712
Closed
vercel-gh-bot-2[bot] wants to merge 1 commit into
Closed
Conversation
Co-authored-by: ruiconti <1834568+ruiconti@users.noreply.github.com>
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
rgfinds no tracked callers for the two shader check scripts. The docs package does not register them in a package script, Vitest only includeslib/**/*.test.ts, and the paint check exits withERR_PACKAGE_PATH_NOT_EXPORTEDon currentmain.Because neither the build nor test graph executes these files, deleting them should remove 188 lines of stale test-like code without changing renderer behavior or automated coverage.
Before this change, TypeScript parsed both scripts but nothing ran them. After this change, the orphaned entry points are gone. The renderer and its runtime imports are unchanged.
Validation
pnpm --filter eve-docs test:unit(21 files, 136 tests passed)pnpm --filter eve-docs exec next typegen && pnpm --filter eve-docs exec tsc --noEmitpnpm lintpnpm guard:invariantspnpm docs:checkpnpm exec oxfmt --check apps/docsgit diff --checkpnpm typecheckremains blocked in the unchangedagent-tui-clientfixture because its configured compaction model lacks AI Gateway context-window metadata.Checklist
CONTRIBUTING.mdevepackagegit commit --signoff)Requested by: ruiconti