Interface FaultTransformationOptions

Options for fault transformations.

interface FaultTransformationOptions {
    substituteWithComment?: string | false;
}

Properties

substituteWithComment?: string | false

A comment to substitute the node with. If this is provided, the node will be replaced with a comment. If multiple nodes are being transformed, this comment will be added to the one deemed most appropriate.