persona-community-5/.pnpm-store/v3/files/13/47c64c3384c44fccf77d1e9f3d9506c4811c236136fe0f3e0898d4638e1cd80823529ed0cde8126c32131a96205b88ad0d350326691031097934bd377116fd
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

10 lines
426 B
Plaintext

/**
* Clears all of the internal caches.
* Generally you shouldn't need or want to use this.
* Examples of intended uses:
* - In tests to reset parser state to keep tests isolated.
* - In custom lint tooling that iteratively lints one project at a time to prevent OOMs.
*/
export declare function clearCaches(): void;
export declare const clearProgramCache: typeof clearCaches;
//# sourceMappingURL=clear-caches.d.ts.map