Skip to content
This repository has been archived by the owner on Feb 26, 2021. It is now read-only.

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

Open
akoidan opened this issue Nov 14, 2019 · 3 comments
Open

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

akoidan opened this issue Nov 14, 2019 · 3 comments

Comments

@akoidan
Copy link

akoidan commented Nov 14, 2019

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

@pauloavelar
Copy link
Contributor

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.

@swyxio
Copy link

swyxio commented Dec 18, 2019

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

@FFdhorkin
Copy link

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: TypeStrong/ts-loader#1061
image

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants