web-component-analyzer
Version:
CLI that analyzes web components
10 lines • 420 B
TypeScript
import { Node } from "typescript";
import { AnalyzerVisitContext } from "../analyzer-visit-context";
import { ComponentFeatures } from "../types/component-declaration";
/**
* Discover all global features using flavors
* @param node
* @param context
*/
export declare function discoverGlobalFeatures(node: Node, context: AnalyzerVisitContext): ComponentFeatures;
//# sourceMappingURL=discover-global-features.d.ts.map