elmish / urlParser

Turn URLs into statically-typed data
https://elmish.github.io/urlParser
Other
7 stars 5 forks source link

Add a `remaining` parser to get all remaining url fragments #20

Closed theor closed 1 year ago

theor commented 1 year ago

See https://github.com/elmish/urlParser/issues/18

I think I added doc where needed ?

theor commented 1 year ago

I can't find how to run the tests ? even if I voluntarily break the existing one, dotnet fake run still gives me a Ok status

kspeakman commented 1 year ago

Thanks for the contribution. :) I'll have some review comments soon.

theor commented 1 year ago

rebased and force-pushed now that tests run again in CI