(p: string)
| 123 | return text |
| 124 | } |
| 125 | const glob = (p: string) => |
| 126 | process.platform === "win32" ? Filesystem.normalizePathPattern(p) : p.replaceAll("\\", "/") |
| 127 | |
| 128 | const forms = (dir: string) => { |
| 129 | if (process.platform !== "win32") return [dir] |