solidity-antlr4
Version:
Solidity Lang Lexer and Parser by official ANTLR4 grammar
8 lines (7 loc) • 470 B
TypeScript
import type { Printer } from 'prettier';
import { CommentToken } from './base';
export declare const isBlockComment: Printer<CommentToken>['isBlockComment'];
export declare const canAttachComment: Printer<CommentToken>['canAttachComment'];
export declare const printComment: Printer<CommentToken>['printComment'];
export declare const massageAstNode: Printer<CommentToken>['massageAstNode'];
export declare const handleComments: Printer<CommentToken>['handleComments'];