Closed eldadp100 closed 2 years ago
Hi @eldadp100 👋
call parse_file(..., loc=True,...)
which should produce output like:
'isConstructor': False,
'isFallback': False,
'isReceive': False,
'loc': {'end': {'column': 0, 'line': 18},
'start': {'column': 0, 'line': 13}},
'modifiers': [],
'name': 'withdrawBad2',
Hi, I think this should be a common question. How can I add the line number to the parser output? Thanks!