web-component-analyzer
Version:
CLI that analyzes web components
10 lines • 439 B
TypeScript
import { ComponentFeatureCollection } from "../flavors/analyzer-flavor";
import { RefineFeatureEmitMap } from "../stages/flavor/refine-feature";
/**
* Prepares a map of component features and a callback map that adds to the component feature map.
*/
export declare function prepareRefineEmitMap(): {
collection: ComponentFeatureCollection;
refineEmitMap: RefineFeatureEmitMap;
};
//# sourceMappingURL=get-refine-emit-map.d.ts.map