troch / path-parser

A small utility to parse paths.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Optional param

pristas-peter opened this issue · comments

Hi,

in url-pattern documentation there is a way to specify optional parameter through path/(:id) syntax (optional segments, wildcards and escaping).

However this module, doesn't understand it, error is: Could not parse path.

Hi, optional parameters are not a feature of this package.