path-match icon indicating copy to clipboard operation
path-match copied to clipboard

Does it support splats ?

Open Raynos opened this issue 10 years ago • 12 comments

routes.js and express have a feature called splats ( https://github.com/aaronblohowiak/routes.js#path-formats ).

Does path-match support this or something similar to it ?

Raynos avatar Aug 18 '14 01:08 Raynos

i think the latest path-to-regexp does (which this uses, unlike express 4). can someone verify :)?

dougwilson avatar Aug 18 '14 01:08 dougwilson

https://github.com/component/path-to-regexp#zero-or-more

you can do * but not *.* i think

jonathanong avatar Aug 18 '14 01:08 jonathanong

One of the things I care about is being able to do an anonymous * without having to give it a name.

I guess I'll have to go add a bunch of tests to path-to-regexp.

Raynos avatar Aug 18 '14 01:08 Raynos

i think it was removed because of an implementation issue. also created ambiguities between * outside and inside the regexp. yeah just create issues in that repo.

jonathanong avatar Aug 18 '14 01:08 jonathanong

yea. no one says this is the absolute best implementation :) always room to grow!

dougwilson avatar Aug 18 '14 01:08 dougwilson

Pillarjs? Needs a good logo! Oh Yea.. Nothing to do with this issue hahahaha

defunctzombie avatar Aug 18 '14 01:08 defunctzombie

Pillarjs? Needs a good logo!

yea. @mikermcneil offered to try and help us out there :)

dougwilson avatar Aug 18 '14 01:08 dougwilson

@defunctzombie @dougwilson we're on it

mikermcneil avatar Aug 18 '14 22:08 mikermcneil

Unrelated, but since this issue is still open; is the cred to segmentio in license file for this repo correct?

lyxell avatar Nov 23 '14 02:11 lyxell

@jonathanong where did that copyright come from in the LICENSE? is it correct or a mistake?

dougwilson avatar Nov 23 '14 02:11 dougwilson

made this module while working on some stuff for segment so i just put their name on it

jonathanong avatar Nov 23 '14 02:11 jonathanong

k, then in general sounds legit to me :)

dougwilson avatar Nov 23 '14 02:11 dougwilson