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

Function getSourceMapFilePath

test/fixtures/snapshot/typescript.js:110071–110073  ·  view source on GitHub ↗
(jsFilePath, options)

Source from the content-addressed store, hash-verified

110069 }
110070 ts.getOutputPathsFor = getOutputPathsFor;
110071 function getSourceMapFilePath(jsFilePath, options) {
110072 return (options.sourceMap && !options.inlineSourceMap) ? jsFilePath + ".map" : undefined;
110073 }
110074 /* @internal */
110075 function getOutputExtension(fileName, options) {
110076 return ts.fileExtensionIs(fileName, ".json" /* Extension.Json */) ? ".json" /* Extension.Json */ :

Callers 2

getOutputPathsForBundleFunction · 0.85
getOutputPathsForFunction · 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…