FrameworkAnalyzer
Defined in: packages/analyzer/src/types.ts:710
@cl-mcp/analyzer
Build-time analysis tools for component libraries. Provides AST analysis, metadata generation, template validation, and type definitions.
Properties
Section titled “Properties”| Property | Modifier | Type | Defined in |
|---|---|---|---|
framework |
readonly |
SupportedFramework |
packages/analyzer/src/types.ts:711 |
Methods
Section titled “Methods”analyze()
Section titled “analyze()”analyze(libraryPath, options?): Promise<ComponentMetadataFile>;Defined in: packages/analyzer/src/types.ts:712
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
libraryPath |
string |
options? |
AnalyzerOptions |
Returns
Section titled “Returns”Promise<ComponentMetadataFile>