Skip to content

JSDoc 3.5.3

Compare
Choose a tag to compare
@hegemonic hegemonic released this 14 Jul 02:50
· 1018 commits to main since this release

This version of JSDoc includes a variety of bug fixes, including the following:

  • Non-JSDoc comments (comments that do not begin with /**) are now ignored.
  • JSDoc no longer crashes when it parses a class property with no value assigned to it.
  • When there are JSDoc comments at the end of a source file that has a 'use strict'; directive, the comments are no longer ignored.
  • Namepaths that contain an @ sign (for example, module:@prefix/my-module~myCallback) are now parsed correctly.

For a complete list of changes, see the changelog on GitHub.