Type Alias CodeTransformation

CodeTransformation: {
    nodeChanges: NodeChange[];
    ruleId: string;
}

Represents a transformation to the code. This should be in the order that the changes should be applied (commonly, in reverse order).