We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 811a920 commit c4ccd59Copy full SHA for c4ccd59
1 file changed
src/types.d.ts
@@ -6,8 +6,6 @@ import type { AstNode, Comment } from './slang-nodes/types.d.ts';
6
declare module 'prettier' {
7
interface ParserOptions {
8
compiler: string;
9
- _prettier_solidity_offsets: Map<number, number>;
10
- _prettier_solidity_comments: Comment[];
11
}
12
13
0 commit comments