-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ttsc
is not working on TS 4.9
#134
Comments
It looks related to microsoft/TypeScript#51542 |
4.9.4 is now out FWIW |
TS has been updated to 4.9.4, but transformation is not working yet. How about you @nonara ? |
@DanielRosenwasser May I ask you one thing? Looking at code of this ttypescript/packages/ttypescript/src/patchCreateProgram.ts Lines 32 to 113 in a81ff17
|
@samchon I'll take a look tomorrow and work it out. |
@cevek I just analyzed what makes I'd tried hard coding special editing on Therefore, to fix this bug occured after TS 4.9 update, @DanielRosenwasser Is it possible to change the |
@samchon Libraries like tts and ts-patch augment the TypeScript libraries. It isn't the TS team's responsibility to modify the compiler to support our tools. The functions we modify are internal and not a part of public API, so it's on us to keep up with changes. If this is an issue, I'll have ts-patch working later today. Unfortunately, I don't have access to modify this library, so you'll have to wait on @cevek to follow suit. I will update in this thread when I've investigated the issue. |
ts |
No solution yet for ts5, downgrading to 4 works |
Latest ts-patch rc (beta) supports ts v5, and I added some functionality so you don't have to do anything major to migrate from ttypescript. Just install and use Here's more detail: |
ts-node -C ttypescript
works, butttsc
is not working.code transformation does not working.
The text was updated successfully, but these errors were encountered: