(path: string)
| 36 | } |
| 37 | |
| 38 | function normalizePath(path: string): string { |
| 39 | return path.replaceAll("\\", "/"); |
| 40 | } |
| 41 | |
| 42 | /** True when running from a monorepo workspace link (pnpm/bun/yarn `dev:link`). */ |
| 43 | function isWorkspaceLink(realEntry: string): boolean { |
no outgoing calls
no test coverage detected