📄 convert-comments.d.ts
/home/palash/git/site/node_modules/@typescript-eslint/typescript-estree/dist/convert-comments.d.ts
Language: ts • Lines: 11
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