| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| JSDoc 3.5.3 source code.tar.gz | 2017-07-14 | 663.2 kB | |
| JSDoc 3.5.3 source code.zip | 2017-07-14 | 811.3 kB | |
| README.md | 2017-07-14 | 625 Bytes | |
| Totals: 3 Items | 1.5 MB | 0 | |
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.