SourcePosition$json top-level constant
Implementation
@$core.Deprecated('Use sourcePositionDescriptor instead')
const SourcePosition$json = {
'1': 'SourcePosition',
'2': [
{'1': 'location', '3': 1, '4': 1, '5': 9, '10': 'location'},
{'1': 'offset', '3': 2, '4': 1, '5': 5, '10': 'offset'},
{'1': 'line', '3': 3, '4': 1, '5': 5, '10': 'line'},
{'1': 'column', '3': 4, '4': 1, '5': 5, '10': 'column'},
],
};