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

Function makeMinimalMap

test/parallel/test-source-map-api.js:185–192  ·  view source on GitHub ↗
(column)

Source from the content-addressed store, hash-verified

183// Test various known decodings to ensure decodeVLQ works correctly.
184{
185 function makeMinimalMap(column) {
186 return {
187 sources: ['test.js'],
188 // Mapping from the 0th line, 0th column of the output file to the 0th
189 // source file, 0th line, ${column}th column.
190 mappings: `AAA${column}`,
191 };
192 }
193 const knownDecodings = {
194 'A': 0,
195 'B': -2147483648,

Callers 1

Calls 2

mapMethod · 0.65
joinMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…