persona-community-5/.pnpm-store/v3/files/0b/8a7c617cbaf982503c1a7c5c0f802a5ad05fad950aec1268f01b8f17ce9a04a402142ab3a5aee5dee50dc0f9929b8166eaacd1c514df1c0c31dc92e9357d93
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

19 lines
730 B
Plaintext

import type { CanonicalPath } from '../create-program/shared';
import type { TSESTreeOptions } from '../parser-options';
export declare function clearGlobCache(): void;
/**
* Normalizes, sanitizes, resolves and filters the provided project paths
*/
export declare function resolveProjectList(options: Readonly<{
cacheLifetime?: TSESTreeOptions['cacheLifetime'];
project: string[] | null;
projectFolderIgnoreList: TSESTreeOptions['projectFolderIgnoreList'];
singleRun: boolean;
tsconfigRootDir: string;
}>): ReadonlyMap<CanonicalPath, string>;
/**
* Exported for testing purposes only
* @internal
*/
export declare function clearGlobResolutionCache(): void;
//# sourceMappingURL=resolveProjectList.d.ts.map