()
| 90227 | } |
| 90228 | } |
| 90229 | function toJSON() { |
| 90230 | commitPendingMapping(); |
| 90231 | flushMappingBuffer(); |
| 90232 | return { |
| 90233 | version: 3, |
| 90234 | file: file, |
| 90235 | sourceRoot: sourceRoot, |
| 90236 | sources: sources, |
| 90237 | names: names, |
| 90238 | mappings: mappings, |
| 90239 | sourcesContent: sourcesContent, |
| 90240 | }; |
| 90241 | } |
| 90242 | function appendBase64VLQ(inValue) { |
| 90243 | // Add a new least significant bit that has the sign of the value. |
| 90244 | // if negative number the least significant bit that gets added to the number has value 1 |
no test coverage detected
searching dependent graphs…