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