Consider publishing `@deno/doc` to npm
Hey!
The library is mind-blowing. I use TSDoc to generate docs for [date-fns.org](https://date-fns.org/docs/Getting-Started) and while the authors did an impressive job, for my case where I just need JSON that I can digest and nicely render in a web app, `deno doc` does it much better. I don't think one can make it better. It is also impressive how well typed it is. I truly appreciate the craftsmanship! Not to mention the performance, it is 10x times faster.
So I'm considering the transition to JSON generated by `deno doc`, however to consume it I need the TS type definitions, but sadly they aren't available on npm.
Would you consider publishing `@deno/doc` to npm so that it can be used in a wider JS ecosystem? If you need any help, I can contribute a GitHub Actions workflow to make your life easier.
Thanks!
0 条评论