Closed e-matteson closed 8 months ago
This PR replaces Notation::IfEmptyText with Notation::Check, which can take a generic Condition type. That allows the PrettyDoc implementer to make their notations check whatever node properties they want.
Notation::IfEmptyText
Notation::Check
Condition
PrettyDoc
This PR replaces
Notation::IfEmptyText
withNotation::Check
, which can take a genericCondition
type. That allows thePrettyDoc
implementer to make their notations check whatever node properties they want.