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

Function outFile

test/fixtures/snapshot/typescript.js:18448–18450  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

18446 }
18447 ts.getPossibleOriginalInputExtensionForExtension = getPossibleOriginalInputExtensionForExtension;
18448 function outFile(options) {
18449 return options.outFile || options.out;
18450 }
18451 ts.outFile = outFile;
18452 /** Returns 'undefined' if and only if 'options.paths' is undefined. */
18453 function getPathsBasePath(options, host) {

Callers 1

getSourceFilesToEmitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected