web-component-analyzer
Version:
CLI that analyzes web components
9 lines • 455 B
TypeScript
import { AnalyzerVisitContext } from "../../analyzer-visit-context";
import { ComponentFeatureCollection } from "../../flavors/analyzer-flavor";
/**
* Merges all features in collections of features
* @param collection
* @param context
*/
export declare function mergeFeatures(collection: ComponentFeatureCollection | ComponentFeatureCollection[], context: AnalyzerVisitContext): ComponentFeatureCollection;
//# sourceMappingURL=merge-features.d.ts.map