(path: string)
| 243 | } |
| 244 | |
| 245 | function pathInOriginalCwd(path: string): boolean { |
| 246 | return pathInWorkingPath(path, getOriginalCwd()) |
| 247 | } |
| 248 | |
| 249 | /** |
| 250 | * Parses raw content to extract both content and glob patterns from frontmatter |
no test coverage detected