ananthakumaran / tide

Tide - TypeScript Interactive Development Environment for Emacs
GNU General Public License v3.0
1.46k stars 110 forks source link

Is it possible to make flycheck optional dependency? #441

Open albert200000 opened 2 years ago

albert200000 commented 2 years ago

I'm not using flycheck but because of tide it's loaded and gets updated from melpa.

ananthakumaran commented 2 years ago

We do make company dependency optional, but I am not sure how easy it would be to make flycheck optional as well. There is no optional dependency concept in emacs. So it's usually a lot of work to make dependency optional. I checked the code, seems like we have a lot of calls to flycheck at the top level as well.

That said, I am open to PR if someone wants to take a stab at it.