jsdoc/packages/jsdoc-doclet
Jeff Williams 59d31d5176
fix: add type expression, not parsed type AST, to doclets
The AST was normally added as a non-enumerable property, `type.parsedType`, which caused many complications; most recently, I noticed that doclets don't retain this property when `DocletStore` proxies them. Better to just add the original type expression as `type.expression` and let templates parse it again as needed.
2024-12-24 16:49:16 -08:00
..
2023-02-20 19:46:15 -08:00
2024-12-16 22:03:35 -08:00
2024-12-15 15:08:57 -08:00

@jsdoc/doclet

Generates and processes JSDoc doclets, which represent the results of parsing your code.