• Checks if the AST of two nodes is equal.

    The current implementation became very simple after removing the AST comparison API from Tact.

    Parameters

    • node1: any
    • node2: any

    Returns boolean