const parsedPattern: ParsedStringPattern = function (path: string, basename?: string) {
return null;
}
if (basename) {
return options.equals(basename, base) ? pattern : null;
}
return options.equals(path, base) || options.endsWith(path, slashBase) || options.endsWith(path, backslashBase) ? pattern : null;
glob.ts
};
const basenames = [base];