Siddharth Kshetrapal

Results 287 comments of Siddharth Kshetrapal

Interesting, not sure why does this happen. Do you want to take a shot at it?

@ceafive just a pointer, keep backward compatibility in mind

uninstall is a feature not a bug :) however, it's supposed to only removed unused packages, not all of them like the issue creator posted

Can! I started with asynchronous functions and ended up with multiple installations happening at once. For the sake of clarity, I made everything sequential. Will start making things async now...

Hey! Sorry for taking forever to reply. > Is there a way to do this already Nope > are you interested in a PR for it sometime I'm not against...

That sounds terrible! This can be solved by keeping a map of dependencies and files. My naive approach flattens that right now. Would you like to submit a pull request?

Ah this is super interesting. Any idea on how do you detect usage in a generic way?

Thanks! I'll look into it. If you want to take a shot at it, `auto-install` uses [detective](https://github.com/substack/node-detective) and [detective-es6](https://github.com/dependents/node-detective-es6) to parse code.

That's a great idea 👍

I love it, if you need any help. Hit me up.