@es-joy/jsdoccomment
Advanced tools
Changelog
0.22.1
getJSDocComment
does not treat block comments as JSDoc unless
their first asterisk is followed by whitespaceChangelog
0.22.0
jsdoc-type-pratt-parser
comment-parser
and simplify as possibleChangelog
0.21.0
throwOnTypeParsingErrors
to receive run-time type parsing errors
for parsedType
Changelog
0.20.1
jsdoc-type-pratt-parser
may support all expected types)Changelog
0.20.0
name
/postName
for multi-line typekind
parsedType
with correct mode; add testsChangelog
0.19.0
@kind
as having no namejsdoccomment
Changelog
0.18.0
endLine
property (so can detect line number
when no description present)indent
default for parseComment
postName
gets a space for @template
with a descriptionjsdoc-type-pratt-parser
expect
commentHandler
, parseComment
tests