persona-community-5/.pnpm-store/v3/files/b9/d423f39abfea9985b6ddb8f2739521e52821261e8b590ad46a4ec46293d5ae4357f1903131c681204f044d59c8b3fc376f6b5b624623f8fccfc703abfeaa0d
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

11 lines
387 B
Plaintext

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