(normalizedPath: string)
| 866 | return this.basePath; |
| 867 | } |
| 868 | getFullPath(normalizedPath: string): string { |
| 869 | return `${this.basePath}/${normalizedPath}`.replace(/\/+/g, "/"); |
| 870 | } |
| 871 | } |
| 872 | |
| 873 | // Default export for compatibility |
no outgoing calls
no test coverage detected