Skip to content

parseTypeNode

parseTypeNode(node, ctx, pathLabel): AttributeNode

Defined in: metadata-parser.ts:222

Parse one TypeScript type node into the internal metadata model.

TypeNode

TypeScript AST node describing the source type shape.

AnalysisContext

Shared analysis context used for symbol and type resolution.

string

Human-readable path label used in parse errors and warnings.

AttributeNode

The parsed attribute-node representation of the provided type node.