MCPcopy Index your code
hub / github.com/nodejs/node / toJSON

Function toJSON

test/fixtures/snapshot/typescript.js:90229–90241  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

createSourceMapGeneratorFunction · 0.70

Calls 2

commitPendingMappingFunction · 0.85
flushMappingBufferFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…