Write a Codemod
Ship a safe JSX prop migration — rename attributes, guard spreads, and report batch results.
Checkpoints
- ›Part 1 — isDisabled renames to disabled in JSX attributes
- ›Part 2 — string literals and comments are untouched
- ›Part 3 — spread props skip with a warning
- ›Part 4 — runBatch returns per-file change metadata
- ›All Sandpack tests pass