UNPKG

staticql

Version:

Type-safe query engine for static content including Markdown, YAML, JSON, and more.

12 lines (11 loc) 308 B
export class FsDiffProvider { constructor(baseDir) { this.baseDir = baseDir; } async diffLines(baseRef, headRef) { throw new Error("FsDiffProvider is not implemented"); } async gitShow(rev, filePath) { throw new Error("FsDiffProvider is not implemented"); } }