ts-optchain icon indicating copy to clipboard operation
ts-optchain copied to clipboard

deprecate in favor to ts 3.7 a?.b?.c

Open akoidan opened this issue 5 years ago • 3 comments

Add note that you can use integrated into ts optional chain feature since 3.7

akoidan avatar Nov 14 '19 00:11 akoidan

As much as it saddens me, it's the right way to go. I mean, there are many projects which will take a good while to upgrade to 3.7 for a plethora of reasons, but those who can use it, it's the right way to go and we have a duty to let them know.

pauloavelar avatar Nov 14 '19 00:11 pauloavelar

RIP this project. but fantastic kudos for doing something really cool with TS plugins.

swyxio avatar Dec 18 '19 10:12 swyxio

I'm not sure this is fully deprecated, yet. TypeScript itself supports optional chaining now, but if you are using ts-loader and want to use latest features in es2020, like BigInt... node doesn't support optional chaining yet, and so it breaks: https://github.com/TypeStrong/ts-loader/issues/1061 image

FFdhorkin avatar Mar 17 '20 20:03 FFdhorkin