Siavash Davani
Siavash Davani
While this issue is being resolved, is there a way to make JSDoc use TypeScript parser for document generation? My project is in pure JS and I don't use TypeScript...
Since I am not familiar with the source code of this project, please close this issue if you think this change will break a lot of current functionalities. However, what...
Without proper deep blacklisting and debouncing, the package uses a lot of resources and it's unusable in production for large apps. I suggest directly using an object to blacklist variables...
To explain the algorithm for my suggested solution, we go through the `blacklist` object as following: 1. If we find a `{}`, we interpret it as going deeper 2. If...