• Checks whether tree 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: Ast
    • allowedTokens: string | Set<string>

    Returns boolean

Generated using TypeDoc