Home
last modified time | relevance | path

Searched refs:needsSlash (Results 1 – 4 of 4) sorted by relevance

/expo/packages/@expo/config/src/paths/
H A Dpaths.ts10 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 Dpaths.js50 function ensureSlash(inputPath, needsSlash) { argument
52 if (hasSlash && !needsSlash) {
54 } else if (!hasSlash && needsSlash) {
H A Dpaths.d.ts2 export declare function ensureSlash(inputPath: string, needsSlash: boolean): string;
H A Dpaths.js.map1needsSlash","hasSlash","endsWith","substr","length","getPossibleProjectRoot","fs","realpathSync","…