parseTypeNode
parseTypeNode(
node,ctx,pathLabel):AttributeNode
Defined in: metadata-parser.ts:222
Parse one TypeScript type node into the internal metadata model.
Parameters
Section titled “Parameters”TypeNode
TypeScript AST node describing the source type shape.
Shared analysis context used for symbol and type resolution.
pathLabel
Section titled “pathLabel”string
Human-readable path label used in parse errors and warnings.
Returns
Section titled “Returns”The parsed attribute-node representation of the provided type node.