9 Commits

Author SHA1 Message Date
Jeff Williams
8a0b40502e
refactor(jsdoc-doclet): make combineDoclets a static method on Doclet
This change puts `combineDoclets` in the same place as methods like `clone` and `emptyDoclet`.
2025-07-05 09:49:44 -07:00
Jeff Williams
42f73299c7
docs: improve code comments
Plus some very minor code cleanup.
2024-12-16 22:03:35 -08:00
Jeff Williams
b2df642b31
feat(jsdoc-doclet): add DocletStore, a reactive tracker for doclets 2023-09-17 17:48:23 -07:00
Jeff Williams
c04508f295
refactor: migrate to ES modules 2023-02-28 20:12:24 -08:00
Jeff Williams
b36ccd5bbe
refactor: move augment module to @jsdoc/doclet package 2023-01-22 08:46:16 -08:00
Jeff Williams
69d1a0ad3e
refactor: move borrows resolver to @jsdoc/doclet package 2023-01-21 22:56:33 -08:00
Jeff Williams
0ca411969e
refactor: move doclet module to @jsdoc/doclet 2023-01-16 12:09:50 -08:00
Jeff Williams
d4e762d3b2
refactor: move Package class to @jsdoc/doclet 2023-01-15 16:05:25 -08:00
Jeff Williams
5b1e7ddd23
refactor: move doclet schema to new @jsdoc/doclet package 2023-01-14 15:12:09 -08:00