<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet type="text/xsl" href="atom.xsl"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <id>https://oxdoc.vercel.app/ko/blog</id>
    <title>oxdoc Blog</title>
    <updated>2026-03-28T00:00:00.000Z</updated>
    <generator>https://github.com/jpmonette/feed</generator>
    <link rel="alternate" href="https://oxdoc.vercel.app/ko/blog"/>
    <subtitle>oxdoc Blog</subtitle>
    <icon>https://oxdoc.vercel.app/ko/img/favicon.ico</icon>
    <entry>
        <title type="html"><![CDATA[oxdoc 프로젝트를 시작합니다]]></title>
        <id>https://oxdoc.vercel.app/ko/blog/hello-oxdoc</id>
        <link href="https://oxdoc.vercel.app/ko/blog/hello-oxdoc"/>
        <updated>2026-03-28T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[TypeScript/JavaScript 생태계에서 API 문서 생성은 오랫동안 성능 문제를 안고 있었습니다.]]></summary>
        <content type="html"><![CDATA[<p>TypeScript/JavaScript 생태계에서 API 문서 생성은 오랫동안 성능 문제를 안고 있었습니다.</p>
<p>TypeDoc은 훌륭한 도구이지만, TypeScript Compiler에 의존하기 때문에 대형 프로젝트에서 OOM이나 극심한 성능 저하를 겪습니다.</p>
<p><strong>oxdoc</strong>은 OXC 파서(Rust NAPI)를 활용하여 이 문제를 근본적으로 해결하려는 프로젝트입니다.</p>
<h2 class="anchor anchorTargetStickyNavbar_UCMm" id="목표">목표<a href="https://oxdoc.vercel.app/ko/blog/hello-oxdoc#%EB%AA%A9%ED%91%9C" class="hash-link" aria-label="목표의 직접 링크" title="목표의 직접 링크" translate="no">​</a></h2>
<ol>
<li class="">OXC 파서 기반 초고속 JSDoc/TSDoc 추출</li>
<li class="">문서 커버리지 체크 (CI 연동)</li>
<li class="">Doc test - <code>@example</code> 블록 자동 검증</li>
<li class="">JSON, Markdown, HTML, llms.txt 다양한 출력 포맷</li>
</ol>
<p>앞으로의 진행 상황을 이 블로그에서 공유하겠습니다.</p>]]></content>
        <author>
            <name>Jihoon Lee</name>
            <uri>https://github.com/jiji-hoon96</uri>
        </author>
        <category label="announcement" term="announcement"/>
    </entry>
</feed>