Upgrade underlying jsdoc
See original GitHub issueJsdoc version 3.5.0 was released recently which is able to parse any ES2017 code without the need for Babel plugins. This will mean jsdoc2md users will no longer need to follow the process described here.
I’m testing v3.5.3 with jsdoc2md now, there are a few issues but no blockers. A new jsdoc2md release is imminent.
I’m also considering dropping the --html feature as it gets little use.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:4
- Comments:6 (4 by maintainers)
Top Results From Across the Web
About JSDoc plugins
JSDoc fires events in the same order as the underlying code. An event-handler plugin can stop later plugins from running by setting a...
Read more >Shaka Player Manifest Upgrade Guide (v3.0)
This is a detailed guide for upgrading ManifestParser plugins or applications using Player.getManifest() to extract information about content.
Read more >JSDoc Reference - TypeScript: Documentation
JSDoc Reference. The list below outlines which constructs are currently supported when using JSDoc annotations to provide type information in JavaScript files.
Read more >Default "Home" text and content for JSDoc - Stack Overflow
After running a basic JSDoc compile/render from Node.js: jsdoc file1.js file2.js. I get a well-formatted document using the default template ...
Read more >Releases · jsdoc2md/jsdoc-to-markdown - GitHub
Upgraded underlying jsdoc to v3.5.5, meaning jsdoc2md can now process files containing async or await statements natively, without use of a ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

I published a pre-release which uses
jsdoc@^3.5.3. Generally it works fine but I’ve found a few differences in output which i’m reviewing. Please try it for yourself and let me know if you find any issues.Fixed and released in v4.0.0 👍