Skip to content

Commit 93708aa

Browse files
committed
fix: remove PURE comment;
- Closes #28
1 parent fff88a1 commit 93708aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export function parse(str, loose) {
2525
};
2626
}
2727

28-
var RGX = /*#__PURE__*/ /(\/|^)([:*][^/]*?)(\?)?(?=[/.]|$)/g;
28+
var RGX = /(\/|^)([:*][^/]*?)(\?)?(?=[/.]|$)/g;
2929

3030
// error if key missing?
3131
export function inject(route, values) {

0 commit comments

Comments
 (0)