Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add correct return type to makeRegexpFn #182

Merged
merged 4 commits into from
Mar 8, 2021

Conversation

shannonrothe
Copy link
Contributor

@shannonrothe shannonrothe commented Mar 8, 2021

This PR fixes the return type of makeRegexpFn which is passed to makeMatcher. Let me know if it requires changes 👍🏼

Fixes #180

@codecov
Copy link

codecov bot commented Mar 8, 2021

Codecov Report

Merging #182 (c108d6d) into master (a7f0970) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #182   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            7         7           
  Lines          249       249           
  Branches        50        50           
=========================================
  Hits           249       249           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a7f0970...c108d6d. Read the comment docs.

types/matcher.d.ts Outdated Show resolved Hide resolved
types/matcher.d.ts Outdated Show resolved Hide resolved
@molefrog molefrog merged commit 6dcde4d into molefrog:master Mar 8, 2021
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.

Type issue with custom matcher
2 participants