question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Upgrade underlying jsdoc

See original GitHub issue

Jsdoc 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:closed
  • Created 6 years ago
  • Reactions:4
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

6reactions
75lbcommented, Aug 9, 2017

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.

$ npm install -g jsdoc-to-markdown@next
2reactions
75lbcommented, Jan 18, 2018

Fixed and released in v4.0.0 👍

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found