• Parse a tree node to a string (recursively).

    Throws

    Throws ParseTreeNodeError for all expected errors.

    Returns

    The parsed string.

    Parameters

    • treeNode: ParseTreeNode

      The tree node to be parsed.

    • plugins: PluginMap

      The supported plugins.

    • macros: MacroMap

      The supported macros.

    • logger: Readonly<Logger>

      The global logger.

    Returns Promise<string>

Generated using TypeDoc