jsdoc-type-pratt-parser
Advanced tools
Changelog
1.0.0-alpha.22 (2021-05-23)
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
.Changelog
1.0.0-alpha.21 (2021-05-23)
KEY_VALUE
are now static values and no ParseResults. (c2bfa24)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.