web-component-analyzer
Version:
CLI that analyzes web components
9 lines • 406 B
TypeScript
import { Node } from "typescript";
import { AnalyzerDeclarationVisitContext, ComponentFeatureCollection } from "../flavors/analyzer-flavor";
/**
* Discovers features for a given node using flavors
* @param node
* @param context
*/
export declare function discoverFeatures(node: Node, context: AnalyzerDeclarationVisitContext): ComponentFeatureCollection;
//# sourceMappingURL=discover-features.d.ts.map