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
Run tsc with node instead of tsc.CMD directly. (#24701)
The Node.js fix for CVE-2024-27980 makes running tsc.CMD directly no longer work on Windows. Change on all platforms for consistency.
If TypeScript was indirectly installed but `tsc` still ended up in the `node_module/bin` directory then this change will cause such installations not to run a typecheck.
GitOrigin-RevId: 7777aabbd94e40157a87f810985e620ec59368fa
0 commit comments