Closed mbforbes closed 2 years ago
Hi, I think that could be done with typescript, I will do it as soon as possible
Ahh, amazing, thank you so much! 🙏
Hi @hosseinmd, I'm sorry to bother you, but might you know how this could be pulled off? Would be awesome to be able to run your plugin in the browser 😃
V0.3.32 released, check it.
Oh wow, awesome, I will check it! Thank you!
Apologies for the second question 😅
I'm hoping to run this plugin in the browser, but I'm not sure how to do that.
Following Prettier's Browser guide, I'm able to run plugins that prettier has hosted, like the TypeScript one:
However, I'm not sure how to run this plugin, which doesn't have an all-in-one file exported. I checked out what was installed in
node_modules/prettier-plugin-jsdoc/
and I see 13 JavaScript files in thelib/
subfolder. Would they need to be combined in some way?Again, many thanks for any advice!