()
| 190 | } |
| 191 | |
| 192 | func (d *MappingsDecoder) hasReportedError() bool { |
| 193 | return d.error != nil |
| 194 | } |
| 195 | |
| 196 | func (d *MappingsDecoder) isSourceMappingSegmentEnd() bool { |
| 197 | return d.pos == len(d.mappings) || d.mappings[d.pos] == ',' || d.mappings[d.pos] == ';' |