Skip to main content

Module matcher

Module matcher 

Source
Expand description

Pattern matching engine.

Given a Pattern and a source file, this module finds all locations where the before_template matches. Each match records the byte range, position, matched text, and variable bindings so that the TransformApplier can later produce the replacement text.

Structsยง

Match
A single match found in source code.
PatternMatcher
Finds occurrences of a Pattern in source code.
Position
A line/column position in source code.