mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-04 20:29:31 +08:00
9 lines
No EOL
377 B
Text
9 lines
No EOL
377 B
Text
import type { SourceFile } from 'typescript';
|
|
import { ASTMaps } from './convert';
|
|
import type { Extra } from './parser-options';
|
|
import type { TSESTree } from './ts-estree';
|
|
export declare function astConverter(ast: SourceFile, extra: Extra, shouldPreserveNodeMaps: boolean): {
|
|
estree: TSESTree.Program;
|
|
astMaps: ASTMaps;
|
|
};
|
|
//# sourceMappingURL=ast-converter.d.ts.map |