# Auto-meta generator

This directory preserves the unfinished automatic meta-generation capability
from the earlier plugin. It is intentionally not connected to the default
Rsbuild pipeline yet, so it cannot change current build artifacts.

The intended stages are:

1. Extract component and prop metadata from JavaScript/TypeScript source.
2. Convert extracted props to Low-Code Engine setters with `parseProps`.
3. Merge explicit component meta overrides.
4. Render a per-component meta module with `renderComponentMetaModule`.
5. Feed those modules into the existing aggregate `meta.js` entry.

Stage 1 and the build-plan integration are not implemented. The modules here
define and test stages 2–4 without presenting them as a finished public API.
