You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: address code review - use execFileSync and TypeScript API for fallback
- Replace execSync with execFileSync to avoid shell injection risks
- Log tsc errors instead of silently swallowing them
- Use TypeScript compiler API (ts.transpileModule) as fallback instead of fragile regex-based type stripping
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
0 commit comments