@docvia/ir
v0.1.0
Published
Intermediate representation, error system, and AST → IR transform for docvia
Maintainers
Readme
@docvia/ir
Intermediate representation, error system, and AST → IR transform for docvia
Part of docvia — a build-time documentation compiler for React, Svelte, and any framework with a renderer adapter.
Install
pnpm add @docvia/irUsage
import { transformToIR, docviaError } from "@docvia/ir";
const irDoc = transformToIR(ast, frontmatter, "page.md");Documentation
See the main README for the full architecture overview, configuration reference, and examples.
Licence
MIT
