question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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:closed
  • Created 10 months ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
DanielRosenwassercommented, Dec 8, 2022

4.9.4 is now out FWIW

2reactions
nonaracommented, Nov 17, 2022

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found