Searched refs:removeFileSystemDots (Results 1 – 4 of 4) sorted by relevance
3 …leSegmentsFromPath = exports.stripGroupSegmentsFromPath = exports.removeFileSystemDots = exports.r…22 return removeSupportedExtensions(removeFileSystemDots(name));41 function removeFileSystemDots(filePath) { function44 exports.removeFileSystemDots = removeFileSystemDots;
11 export declare function removeFileSystemDots(filePath: string): string;
1 …removeFileSystemDots(name));\n}\n\nexport function getContextKey(name: string): string {\n // The…
19 return removeSupportedExtensions(removeFileSystemDots(name));38 export function removeFileSystemDots(filePath: string): string {