You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I definitely do want to do this. The problem is: node doesn't drop the markdown files anywhere when make installed (and even if it did, I can't rely on package maintainers leaving them where they are). So, I have to find a way to obtain the documentation for the version of node the user is running.
I wrote a really simple implementation that just pulls the docs from node's master branch using raw.github.com, but I'm going to keep this ticket open while looking for a better solution.
nodedoc scares me, since it's not an actual JS package, it's a python package where npm is used as a transport. The utility is good, though, but it would be better to have similar utility in JS world, written in JS.
No description provided.
The text was updated successfully, but these errors were encountered: