jsdoc-type-pratt-parser
Advanced tools
Changelog
1.0.0 (2021-05-30)
function
is of type JsdocTypeName
now. (225c337)KEY_VALUE
are now static values and no ParseResults. (c2bfa24)module:
in typescript and closure. (25edc18)KEY_VALUE
for typed record entries (80fd550)reservedWord
pathType
property uses 'instance'
, 'inner'
and 'property'
nowbrackets
property uses 'square'
and 'angle'
now'suffix'
JsdocType
and are made CamelCaseJSDOC_OBJECT_KEY_VALUE
is now KEY_VALUE
.left
was removed from KEY_VALUE
and is replaced by value
. For the special record entries of jsdoc
mode a new type JSDOC_OBJECT_KEY_VALUE
was introduced.Changelog