• A factory function. Given a macro definition, creates a function that accepts the macro's arguments and outputs an Ast with the contents substituted (i.e., it expands the macro).

    Parameters

    • substitution: Node[]

    Returns ((macro) => Node[])

Generated using TypeDoc