Lines Matching refs:base
135 * base?: string;
144 const base = pathObject.base ||
147 return base;
149 return dir === pathObject.root ? `${dir}${base}` : `${dir}${sep}${base}`;
566 // We get here if `from` is the exact base path for `to`.
579 // We get here if `to` is the exact base path for `from`.
907 * base: string;
915 const ret = { root: '', dir: '', base: '', ext: '', name: '' };
930 ret.base = ret.name = path;
1045 ret.base = ret.name = StringPrototypeSlice(path, startPart, end);
1048 ret.base = StringPrototypeSlice(path, startPart, end);
1223 // We get here if `from` is the exact base path for `to`.
1235 // We get here if `to` is the exact base path for `from`.
1443 * base: string;
1451 const ret = { root: '', dir: '', base: '', ext: '', name: '' };
1513 ret.base = ret.name = StringPrototypeSlice(path, start, end);
1516 ret.base = StringPrototypeSlice(path, start, end);