persona-community-5/.pnpm-store/v3/files/e9/fd9e972985bd2c44b2a9e66448cdb8d2f7f5b413bbe51d60ea26ac61cb000c96372c6f9b1c40ea9d9918cd0401a2358091717152fc093dbe5658dfe3e84d3d
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

11 lines
543 B
Plaintext

import type { TSESTreeOptions } from './parser-options';
/**
* Removes options that prompt the parser to parse the project with type
* information. In other words, you can use this if you are invoking the parser
* directly, to ensure that one file will be parsed in isolation, which is much,
* much faster.
*
* @see https://github.com/typescript-eslint/typescript-eslint/issues/8428
*/
export declare function withoutProjectParserOptions(opts: TSESTreeOptions): TSESTreeOptions;
//# sourceMappingURL=withoutProjectParserOptions.d.ts.map