fixer library

Functions

fix(Map<String, Fixer> fixers, {String? workingDirectory}) → void
Fix all files in the current directory or workingDirectory if provided

Typedefs

Fixer = String Function(AnalyzerDiagnostic diagnostic, String line)
A function that fixes an analysis issue on a line