MCPcopy Index your code
hub / github.com/evanw/node-source-map-support / createSecondLineSourceMap

Function createSecondLineSourceMap

test.js:50–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48}
49
50function createSecondLineSourceMap() {
51 var sourceMap = createEmptySourceMap();
52 sourceMap.addMapping({
53 generated: { line: 2, column: 0 },
54 original: { line: 1, column: 0 },
55 source: '.original.js'
56 });
57 return sourceMap;
58}
59
60function createMultiLineSourceMap() {
61 var sourceMap = createEmptySourceMap();

Callers 1

test.jsFile · 0.85

Calls 1

createEmptySourceMapFunction · 0.85

Tested by

no test coverage detected