[F] getTypeChangedFrom
function getTypeChangedFrom(p, t): Map<Version, Type> | undefinedReturns the mapping of versions to old type values, if applicable
Parameters
| Parameter | Type | Description |
|---|---|---|
p | Program | TypeSpec program |
t | Type | type to query |
Returns
Map<Version, Type> | undefined
Map of versions to old types, if any