mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-03 05:19:30 +08:00
11 lines
No EOL
382 B
Text
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 |