UNPKG

prettier-plugin-solidity

Version:

A Prettier Plugin for automatically formatting your Solidity code.

9 lines 211 B
export class CommentNode { constructor(ast, offset) { this.loc = { start: offset, end: offset + ast.textLength.utf16 }; } } //# sourceMappingURL=CommentNode.js.map