lukeed / regexparam

A tiny (394B) utility that converts route patterns into RegExp. Limited alternative to `path-to-regexp` 🙇‍♂️
MIT License
567 stars 23 forks source link

Optional wildcards #25

Closed benmerckx closed 11 months ago

benmerckx commented 2 years ago

Closes #24

molefrog commented 1 year ago

Hi @lukeed, just wanted to ask if you could take a brief look at this. This is the only thing that blocks us from switching to regexparam in https://github.com/molefrog/wouter.

codecov-commenter commented 11 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (fff88a1) 100.00% compared to head (d0e7521) 100.00%. Report is 3 commits behind head on main.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #25 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 1 1 Lines 36 36 ========================================= Hits 36 36 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

molefrog commented 11 months ago

@lukeed Thank you! We added it back as a dependency and it works well. https://github.com/molefrog/wouter/pull/395