(p: string)
| 128 | } |
| 129 | |
| 130 | function normalizeSlashes(p: string): string { |
| 131 | return sep === '/' ? p : p.split(sep).join('/'); |
| 132 | } |
| 133 | |
| 134 | export interface WorkspaceFileEntry { |
| 135 | /** Workspace-relative POSIX path (e.g. `index.html`, `assets/logo.png`). */ |
no outgoing calls
no test coverage detected