Skip to content

Commit 6cd64d1

Browse files
committed
feat: make sure replacerArgs are accessible on CustomMatch
1 parent b70dff0 commit 6cd64d1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/CustomMatch.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,8 @@ export class CustomMatch extends Match {
5353
getMatcher(): CustomMatcher {
5454
return this.matcher;
5555
}
56+
57+
getReplacerArgs(): ReplacerArgs {
58+
return this.replacerArgs;
59+
}
5660
}

0 commit comments

Comments
 (0)