reverse cli command

This commit is contained in:
Gregor Lohaus
2026-05-22 09:09:56 +02:00
parent bda6e8cc40
commit 28a2a771e8
7 changed files with 321 additions and 3 deletions

View File

@@ -3,6 +3,7 @@ import { parse, type TemplateVariable } from "./parser"
import { renderDir, type RenderOptions } from "./render"
export type { RenderOptions, ReverseMapFile, ReverseMapManifest, ReverseMapToken } from "./render"
export { reverseDir, type ReverseOptions, type ReverseResult, type ReverseWarning } from "./reverse"
interface Stringable {
toString: () => string