Urara-Blog/node_modules/.pnpm-store/v3/files/d8/cc4057ac91a4e77004d5747ac29a8f1b1dd3c08993b8b7e2005fca8431704697036953bdbdc337a23cd1136ca0d41d809030f48352c29f7749a243fe8f14cd
2022-08-14 01:14:53 +08:00

11 lines
No EOL
382 B
Text

import * as ts from 'typescript';
import { TSESTree } from './ts-estree';
/**
* Convert all comments for the given AST.
* @param ast the AST object
* @param code the TypeScript code
* @returns the converted ESTreeComment
* @private
*/
export declare function convertComments(ast: ts.SourceFile, code: string): TSESTree.Comment[];
//# sourceMappingURL=convert-comments.d.ts.map