futurGH / ts-to-jsdoc

Transpile TypeScript code to fully compatible JavaScript + JSDoc comments.
MIT License
174 stars 17 forks source link

Online playground #50

Closed Lehoczky closed 2 weeks ago

Lehoczky commented 3 weeks ago

Hey There 👋

I've seen @smacpherson64 created an online playground at typescript-to-jsdoc and it really helps understanding what the library does, and allows us the check out what the generated jsdoc looks like.

What do you think about linking it in the README, or directly adding it to the repo (if @smacpherson64 is okay with it)? It could be even used later for bug reproductions by adding a code sharing functionality to it, like what https://www.typescriptlang.org/play/ has.

kungfooman commented 3 weeks ago

Good idea, we could also use a dedicated website... everything costs money and time of course, so a few donations to show support would be nice.

Direct link: https://smacpherson64.github.io/typescript-to-jsdoc/

I would also prefer Monaco Diff: ts-to-jsdoc Example

smacpherson64 commented 3 weeks ago

Absolutely, please feel free to use the code or the site in any way.

futurGH commented 2 weeks ago

For sure! This is a great tool, thanks @smacpherson64!