Skip to content

Provide an optional callback to enable adding custom Matcher instances#240

Open
mstred wants to merge 1 commit intogregjacobs:masterfrom
mstred:feature/custom-matchers
Open

Provide an optional callback to enable adding custom Matcher instances#240
mstred wants to merge 1 commit intogregjacobs:masterfrom
mstred:feature/custom-matchers

Conversation

@mstred
Copy link

@mstred mstred commented Jul 15, 2018

This PR might solve #169.

It offers a callback function to be defined in Autolinker's options called applyCustomMatchers, enabling the developer to add custom Matcher-based objects to the default matchers array.

The default applyCustomMatchers implementation is here declared with the intent to simulate a
"noop" function, returning an empty array if a custom implementation is not provided and keeping the current behavior just as it is.

PS.: if merged, this needs to be added to the lib docs in order to be known as a possible solution for custom matcher scenarios.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant