Skip to content

Commit f46f4bd

Browse files
authored
Update packages/open-next/src/utils/regex.ts
1 parent 76554cc commit f46f4bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/open-next/src/utils/regex.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
* Constructs a regular expression for a path that supports separators for multiple platforms
33
* - Uses posix separators (`/`) as the input that should be made cross-platform.
44
* - Special characters are escaped by default but can be controlled through opts.escape.
5+
* - Posix separators are always escaped.
56
*
67
* @example
78
* ```ts

0 commit comments

Comments
 (0)