I’m using ts-patch with the typescript-transform-paths plugin and it looks like the new typescript update broke it, I switched back to TS 4.8.4 and it works again.
Issue Analytics
- State:
- Created 10 months ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Announcing TypeScript 4.9 - Microsoft Developer Blogs
Today we are excited to announce the availability of TypeScript 4.9! If you're not familiar with TypeScript, it's a language that builds on ......
Read more >TypeScript 4.9 is Huge! - JavaScript in Plain English
TS 4.9 supports an upcoming feature in ECMAScript called auto-accessors. Auto-accessors are declared just like properties on classes, ...
Read more >TypeScript 4.9 Iteration Plan · Issue #50457 - GitHub
This document outlines our focused tasks for TypeScript 4.9. It minimally indicates intent ... Will per-file settings available in ts 4.9?
Read more >TypeScript 4.9: satisfies operator - DEV Community
In TS 4.9, it'll be possible to do this (TypeScript Playground):. type RGB = readonly [red: number, green: number, blue: number]; type Color ......
Read more >Announcing TypeScript 4.9 - Reddit
Since TS typing is structural, this just allows for more/better inference by keeping the narrow type of what was declared rather than the ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

4.9.4 is now out FWIW
This is the issue
https://github.com/microsoft/TypeScript/issues/51542
Looks like this is pretty broad, so I’m assuming we need to wait on TS to release the patch.