Constructors

Properties

formatter: SourceFormatter
targetCompilerVersion: string

Methods

  • Convert the source description desc generated by the ASTNodeWriters into a source string, while also populating the given source map sourceMap.

    Parameters

    Returns string

  • Write out the given node to a string.

    If given a source map sourceMap, add a mapping from every child of node to its corrseponding range in the resulting string in sourceMap.

    Parameters

    Returns string

Generated using TypeDoc