web-component-analyzer
Version:
CLI that analyzes web components
8 lines • 361 B
TypeScript
import { AnalyzerVisitContext } from "./analyzer-visit-context";
import { AnalyzerOptions } from "./types/analyzer-options";
/**
* Creates an "analyzer visit context" based on some options
* @param options
*/
export declare function makeContextFromConfig(options: AnalyzerOptions): AnalyzerVisitContext;
//# sourceMappingURL=make-context-from-config.d.ts.map