Searched refs:needsSlash (Results 1 – 4 of 4) sorted by relevance
| /expo/packages/@expo/config/src/paths/ |
| H A D | paths.ts | 10 export function ensureSlash(inputPath: string, needsSlash: boolean): string { 12 if (hasSlash && !needsSlash) { 14 } else if (!hasSlash && needsSlash) {
|
| /expo/packages/@expo/config/build/paths/ |
| H A D | paths.js | 50 function ensureSlash(inputPath, needsSlash) { argument 52 if (hasSlash && !needsSlash) { 54 } else if (!hasSlash && needsSlash) {
|
| H A D | paths.d.ts | 2 export declare function ensureSlash(inputPath: string, needsSlash: boolean): string;
|
| H A D | paths.js.map | 1 …needsSlash","hasSlash","endsWith","substr","length","getPossibleProjectRoot","fs","realpathSync","…
|