Returns a new AST with all comments removed. Care is taken to preserve whitespace. For example
x%y Copy
x%y
becomes xy but
xy
x %y Copy
x %y
becomes x y
x y
Generated using TypeDoc
Returns a new AST with all comments removed. Care is taken to preserve whitespace. For example
becomes
xy
butbecomes
x y