denoland / deno_ast

Source text parsing, lexing, and AST related functionality for Deno
https://crates.io/crates/deno_ast
MIT License
144 stars 43 forks source link

fix(BREAKING): flip `keep_comments` to `remove_comments` #246

Closed dsherret closed 2 months ago

dsherret commented 2 months ago

People check for comments in .toString() so we need to keep the comments by default.

dsherret commented 2 months ago

Will merge this later when doing more breaking changes in this repo.