Conversation
|
Visual regression report✅ No changes.
Baselines come from the |
matyasf
approved these changes
Jun 9, 2026
…ge monitoring and testing
ToMESSKa
approved these changes
Jun 10, 2026
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
transpile-diffcommand (packages/ui-scripts/lib/commands/transpile-diff.ts) for verifying that build-tooling changes — Babel→SWC,tsc→tsgo, preset/TypeScript bumps — don't unintentionally alter emitted code.es//lib//types/output (strips banner, sourcemaps, whitespace), diffs the snapshots, and writes an HTML report. Snapshots are cached by commit SHA so unchanged refs skip rebuild.--semanticreprints throughdprintso formatting-only diffs are ignored (recommended for cross-compiler comparisons); exits non-zero on any real change. Meant for occasional local use, not CI.docs/contributor-docs/transpile-diff.md.Test Plan
pnpm run transpile-diffruns the current branch vsmasterand produces an HTML reportpnpm run transpile-diff master <branch>andpnpm run transpile-diff v9.0.0 HEADwork with branches, tags, and SHAs--semanticcollapses formatting-only differences to zeroJira Reference
INSTUI-5054
AI Disclosure
This PR was created with AI assistance (Claude Code).
🤖 Generated with Claude Code