UNPKG

0xweb

Version:

Contract package manager and other web3 tools

13 lines (8 loc) 205 B
//import parser from '@solidity-parser/parser'; export class Ast { static parse (source: string) { // let ast = parser.parse(source, { // tolerant: true, // }); } }