Introducing the oxdoc Project
· One min read
API documentation generation in the TypeScript/JavaScript ecosystem has long suffered from performance issues.
TypeDoc is a great tool, but because it depends on the TypeScript Compiler, it experiences OOM crashes and severe performance degradation in large projects.
oxdoc is a project that aims to fundamentally solve this problem by leveraging the OXC parser (Rust NAPI).
Goals
- Blazing-fast JSDoc/TSDoc extraction powered by OXC parser
- Documentation coverage checks (CI integration)
- Doc test - automatic
@exampleblock validation - Multiple output formats: JSON, Markdown, HTML, llms.txt
We will share progress updates on this blog.