UNPKG

@zllling/react-previewer

Version:

A React component for live code preview with compilation and error handling

9 lines 365 B
import { DependencyGraph } from './DependencyGraph'; import { DependencyAnalyzer } from '../types'; export declare class DependencyGraphBuilder { private analyzer; constructor(analyzer?: DependencyAnalyzer); build(files: Record<string, string>): Promise<DependencyGraph>; private shouldAnalyze; } //# sourceMappingURL=DependencyGraphBuilder.d.ts.map