ReplaceParser<R> typedef

ReplaceParser<R> = void Function(Parser<R> source, Parser<R> target)

Function signature of a linter callback that is called whenever a linter rule identifies an issue.

Implementation

typedef ReplaceParser<R> = void Function(Parser<R> source, Parser<R> target);