Skip to content
This repository was archived by the owner on Oct 13, 2025. It is now read-only.
This repository was archived by the owner on Oct 13, 2025. It is now read-only.

Add option to configure regex for route parsing #19

@idealley

Description

@idealley

For now a regex is hardcoded it is used to parse nested routes:

  let re = new RegExp(':([^\\/\\?]+)\\??', 'g');

It would be nice to be able to specify it if it should be something else than the default

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions