Skip to main content

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).