Closed samuelstroschein closed 1 month ago
The mergeTypeRestrictions function tries to derive from variants what input types are expected.
mergeTypeRestrictions
/** * Attempts to merge type restrictions from two variants. */ export function mergeTypeRestrictions(
Remove the typeRestrictions heuristic. Inputs will have a declared type in the future.
implemented
Context
The
mergeTypeRestrictions
function tries to derive from variants what input types are expected.Proposal
Remove the typeRestrictions heuristic. Inputs will have a declared type in the future.