* Turn a serialized string '1:0-4:21 code' into a location object: * { * start: {line 1, column: 0}, * end: {line 4, column: 21}, * source: "code" * } * @param {string} locText Serialized location. * @returns {!Object} Location object.
(locText)
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected
searching dependent graphs…