@mdfriday/foundry
Version:
The core engine of MDFriday. Convert Markdown and shortcodes into fully themed static sites – Hugo-style, powered by TypeScript.
17 lines • 484 B
TypeScript
import { FsService, PageMap } from "../../../domain/content";
export declare class PagesCollector {
private m;
private fs;
private processedPaths;
constructor(pageMap: PageMap, fs: FsService);
/**
* Collect - exact replica of Go's Collect method
*/
collect(): Promise<void>;
/**
* CollectDir - exact replica of Go's collectDir method
*/
private collectDir;
private handleBundleLeaf;
}
//# sourceMappingURL=pagecollector.d.ts.map