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

Function createEmptySourceMap

test.js:23–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21}
22
23function createEmptySourceMap() {
24 return new SourceMapGenerator({
25 file: '.generated.js',
26 sourceRoot: '.'
27 });
28}
29
30function createSourceMapWithGap() {
31 var sourceMap = createEmptySourceMap();

Callers 6

createSourceMapWithGapFunction · 0.85
createMultiLineSourceMapFunction · 0.85
test.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected