1 repositorio
Tracking the inheritance and extension of property types across different modules.
Distinct from Component Composition: Distinct from Component Composition: focuses on tracking type extensions in metadata rather than UI nesting patterns.
Explore 1 awesome GitHub repository matching web development · Composition Tracking. Refine with filters or upvote what's useful.
react-docgen is a static analysis library and automated documentation tool designed to extract structured metadata from React component definitions. It functions as an AST-based code parser that transforms source code into machine-readable formats, enabling the programmatic generation of technical documentation and developer portals. The tool identifies component names, descriptions, and methods by analyzing source code without executing it. It specifically extracts detailed property information, including type definitions, default values, and human-readable descriptions derived from docblock
Tracks when property types are extended from other modules by recording the source module in the metadata.