cevek / ttypescript

Over TypeScript tool to use custom transformers in the tsconfig.json
1.53k stars 56 forks source link

Does ttypescript now support new ts version 5.x.x #147

Open hi-zhaolei opened 1 year ago

hi-zhaolei commented 1 year ago

After upgrade typescript to 5.0.4 in project. the build script excuted error like below.

image

Does anyone know how to solve this? It seems like ts tsm api change to proxy object.

samchon commented 1 year ago

This project seems dead

nonara commented 1 year ago

ts-patch is a replacement for ttypescript w/ v5+ support

See: ts-patch

hi-zhaolei commented 1 year ago

@nonara Wow, I haven't heard of this package before, I think I can try it out. Reply later...

samchon commented 1 year ago

@nonara When the ts-patch v3 would be published? I think publishing v3 first and fixing ts-node later would be better.

hi-zhaolei commented 1 year ago

@nonara Uh... the previous error solved, but there is a new problem. I don't know if there's something wrong with my usage. I'll reply directly to the linked issue.

mindplay-dk commented 1 year ago

Latest beta of ts-patch worked with TS 5 for me! 👍

See this issue and author's notes.