Skip to content

astgrepr 0.0.6

Compare
Choose a tag to compare
@etiennebacher etiennebacher released this 26 Jul 12:30
  • Replacing text that contains escaping characters (e.g. in regular expressions)
    doesn't remove those characters anymore.
  • Enable multiple replacements on the same line of code.
  • Replacing text now takes into account leading empty lines.
  • Ignore specific rules, e.g. # ast-grep-ignore: any_duplicated to ignore the
    rules stored in any_duplicated.yml only. Accepts several rules separated
    with a comma.