We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
PURE
1 parent fff88a1 commit 93708aaCopy full SHA for 93708aa
src/index.js
@@ -25,7 +25,7 @@ export function parse(str, loose) {
25
};
26
}
27
28
-var RGX = /*#__PURE__*/ /(\/|^)([:*][^/]*?)(\?)?(?=[/.]|$)/g;
+var RGX = /(\/|^)([:*][^/]*?)(\?)?(?=[/.]|$)/g;
29
30
// error if key missing?
31
export function inject(route, values) {
0 commit comments