persona-community-5/.pnpm-store/v3/files/f7/2c94409f183f4c7cdfa1e060708618f56eeb8bd5d56729cbf27349baf97fa0164e4a46509125f04a36f61ba5660bb3768a7d883a4e36382fcc4d3436d01c4b
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

5 lines
295 B
Plaintext

import type * as ts from 'typescript';
import type { ASTMaps } from './convert';
import type { ParserServices } from './parser-options';
export declare function createParserServices(astMaps: ASTMaps, program: ts.Program | null): ParserServices;
//# sourceMappingURL=createParserServices.d.ts.map