cevek / ttypescript

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

Add deprecation message #148

Closed nonara closed 1 year ago

nonara commented 1 year ago

ts-patch v3 is officially out and now can be swapped out for ttypescript by simply using tspc intstead of ttsc.

I know for a while, people would copy changes I made in ts-patch as PRs to keep this alive, but because we've diverged so much, this is no longer a viable option.

In order to make things easier on everyone, as I mentioned, I added an in-memory compiler, so that allows ttypescript users to migrate easily.

I will also be continuing to maintain it going forward, so in my view, it makes sense to add a deprecation warning here.

nonara commented 1 year ago

Thanks, @cevek! I wish you all the best, and my compliments again on your great work and effort over the years. You're welcome any time if you'd ever like to join in with development and direction of ts-patch.

jimmywarting commented 11 months ago

could the npm package also be flagged as deprecated?

npm deprecate ttypescript "Use ts-patch instead"