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.
1 parent 76554cc commit f46f4bdCopy full SHA for f46f4bd
packages/open-next/src/utils/regex.ts
@@ -2,6 +2,7 @@
2
* Constructs a regular expression for a path that supports separators for multiple platforms
3
* - Uses posix separators (`/`) as the input that should be made cross-platform.
4
* - Special characters are escaped by default but can be controlled through opts.escape.
5
+ * - Posix separators are always escaped.
6
*
7
* @example
8
* ```ts
0 commit comments