You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/url/urlMatcher.ts
+4-6
Original file line number
Diff line number
Diff line change
@@ -112,13 +112,11 @@ export class UrlMatcher {
112
112
113
113
/**
114
114
* @param pattern The pattern to compile into a matcher.
115
-
* @param config A configuration object hash
116
-
* * `caseInsensitive` - `true` if URL matching should be case insensitive, otherwise `false`, the default value (for backward compatibility) is `false`.
117
-
* * `strict` - `false` if matching against a URL with a trailing slash should be treated as equivalent to a URL without a trailing slash, the default value is `true`.
118
-
*
119
-
* @property {string} pattern The pattern that was passed into the constructor
115
+
* @param config A configuration object
116
+
* - `caseInsensitive` - `true` if URL matching should be case insensitive, otherwise `false`, the default value (for backward compatibility) is `false`.
117
+
* - `strict` - `false` if matching against a URL with a trailing slash should be treated as equivalent to a URL without a trailing slash, the default value is `true`.
0 commit comments