astro-ghostcms/.pnpm-store/v3/files/81/84994e83f63de00cfb80fbb7274...

9 lines
405 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
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