astro-ghostcms/.pnpm-store/v3/files/b9/d423f39abfea9985b6ddb8f2739...

11 lines
387 B
Plaintext
Raw Permalink Normal View History

2024-02-14 14:10:47 +00:00
import * as ts from 'typescript';
import type { 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