persona-community-5/.pnpm-store/v3/files/81/84994e83f63de00cfb80fbb727415fe70e6e07c1a247120b2e0a56866d502df0cba602f662200bea6868866e94741a0ac25104daeff9f7419135bd70c8ed98
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

9 lines
405 B
Plaintext

import type { SourceFile } from 'typescript';
import type { ASTMaps } from './convert';
import type { ParseSettings } from './parseSettings';
import type { TSESTree } from './ts-estree';
export declare function astConverter(ast: SourceFile, parseSettings: ParseSettings, shouldPreserveNodeMaps: boolean): {
estree: TSESTree.Program;
astMaps: ASTMaps;
};
//# sourceMappingURL=ast-converter.d.ts.map