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

Function isJsonSourceMapSource

test/fixtures/snapshot/typescript.js:115163–115165  ·  view source on GitHub ↗
(sourceFile)

Source from the content-addressed store, hash-verified

115161 sourceMapSourceIndex = sourceIndex;
115162 }
115163 function isJsonSourceMapSource(sourceFile) {
115164 return ts.fileExtensionIs(sourceFile.fileName, ".json" /* Extension.Json */);
115165 }
115166 }
115167 ts.createPrinter = createPrinter;
115168 function createBracketsMap() {

Callers 2

emitPosFunction · 0.85
setSourceMapSourceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…