• Returns a new AST with all comments removed. Care is taken to preserve whitespace. For example

    x%
    y

    becomes xy but

    x %
    y

    becomes x y

    Parameters

    Returns void

Generated using TypeDoc