• Checks whether the array has a macro that could be reparsed given the allowedTokens but do not do any reparsing. This function can be used in auto-detection schemes to determine if macro names should actually be reparsed.

    Parameters

    • tree: Node[]
    • allowedTokens: Set<string>

    Returns boolean

Generated using TypeDoc