v2.54.0
What's Changed
- feat(profiler): add JS/TS docs-generator profiling mode by @ubugeeei in #309
- perf(docs): borrow instead of allocate in doc-text/link processing by @ubugeeei in #315
- perf(docs): reuse the OXC arena allocator across files by @ubugeeei in #314
- perf(docs): skip raw JSDoc text and param formatting on normalize paths by @ubugeeei in #316
- perf(docs): reduce TypeDoc render allocations (symbol map + list rows) by @ubugeeei in #317
- perf(docs): extract docs during the export-graph walk to avoid a second parse by @ubugeeei in #318
- perf(docs): append Markdown table cells directly + make the docs driver table-faithful by @ubugeeei in #319
Full Changelog: v2.53.0...v2.54.0