interface PassResultParams {
    appliedPass: boolean;
    insertedLiteralCode: boolean;
}

Properties

appliedPass: boolean

True if the pass was applied to the given node, false if the node was ignored or there were no changes

insertedLiteralCode: boolean

True if the pass inserted literal code