Skip to content

Commit c4ccd59

Browse files
committed
cleaning up type
1 parent 811a920 commit c4ccd59

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/types.d.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ import type { AstNode, Comment } from './slang-nodes/types.d.ts';
66
declare module 'prettier' {
77
interface ParserOptions {
88
compiler: string;
9-
_prettier_solidity_offsets: Map<number, number>;
10-
_prettier_solidity_comments: Comment[];
119
}
1210
}
1311

0 commit comments

Comments
 (0)