cevek / ttypescript

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

Feature(Version up): Support TS5.0 #145

Closed sunrabbit123 closed 1 year ago

nonara commented 1 year ago

Just FYI, I don't think this approach is going to work for all circumstances.

Tsc is limited with a reduced set of features. Our technique augments it first, so that transformers have the full compiler API functionality available to them.

For what it's worth, we are almost done with implementing ts5 support in tspatch, so you may want to hold off.

sunrabbit123 commented 1 year ago

Just FYI, I don't think this approach is going to work for all circumstances.

I think ts-patch too Don't both packages match the version up? The only fundamental solution is to officially support it in the typeface

samchon commented 1 year ago

@cevek