web-component-analyzer
Version:
CLI that analyzes web components
6 lines • 360 B
TypeScript
import { AnalyzerFlavor } from "./flavors/analyzer-flavor";
export declare const VERSION = "<@VERSION@>";
export declare const DEFAULT_FLAVORS: AnalyzerFlavor[];
export declare const DEFAULT_FEATURE_COLLECTION_CACHE: WeakMap<WeakKey, any>;
export declare const DEFAULT_COMPONENT_DECLARATION_CACHE: WeakMap<WeakKey, any>;
//# sourceMappingURL=constants.d.ts.map