apify / proxy-chain

Node.js implementation of a proxy server (think Squid) with support for SSL, authentication and upstream proxy chaining.

Home Page:https://www.npmjs.com/package/proxy-chain

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No TS support

ali-habibzadeh opened this issue · comments

No TS support

Wanted to use it but its not possible. Will check back in a few months

You know you can write them yourself and contribute to DefinitelyTyped ?

The quality/being up to date is never comparable to when a lib is shipped with types. DefinitelyTyped is always a cat and mouse chase.
Also the deeper issue is when lib authors don't see why TS would improve their lib. I can't fix that.

You can't expect every lib author to go the extra mile of writing typings or converting the project to typescript. Also Typescript doesn't improve code cleanliness for everybody, sometimes it get get uglier than vanilla js.

also, you can enable javascript type checking which gives you a lot of the benifits without adding the types explicitly

I will show myself out :)