SIGN IN SIGN UP

refactor(codegen): use `magicString` to preserve mappings in strip-ts (#25870)

## Summary

Preserve source maps when `strip-ts` removes TypeScript-only printer regions from JS builds.

The plugin now uses Rolldown’s `magicString` transform context instead of a plain string replacement, so removed `/* IF TS */` regions retain correct mappings back to the original printer source.
C
camc314 committed
b016583d782d4d8596cfdb1acf42a8efda296421
Parent: 82a790d