Kind: Function
Source: atloria-monorepo/libs/parser-core/src/utils/form-validation-extractor.ts
Combined entry point — merges code + template, enriching template fields with code-level rules.
Signature
tsfunction extractForms(code: string, templateContent: string | undefined, filePath: string, componentName: string, framework: Framework): FormDefinition[]
Parameters
| Name | Type |
|---|---|
code | string |
templateContent | `string |
filePath | string |
componentName | string |
framework | Framework |
Returns: FormDefinition[]
Was this page helpful?