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

Function writeUnparsedSource

test/fixtures/snapshot/typescript.js:110926–110932  ·  view source on GitHub ↗
(unparsed, output)

Source from the content-addressed store, hash-verified

110924 writer = previousWriter;
110925 }
110926 function writeUnparsedSource(unparsed, output) {
110927 var previousWriter = writer;
110928 setWriter(output, /*_sourceMapGenerator*/ undefined);
110929 print(4 /* EmitHint.Unspecified */, unparsed, /*sourceFile*/ undefined);
110930 reset();
110931 writer = previousWriter;
110932 }
110933 function writeFile(sourceFile, output, sourceMapGenerator) {
110934 isOwnFileEmit = true;
110935 var previousWriter = writer;

Callers 1

printUnparsedSourceFunction · 0.85

Calls 3

setWriterFunction · 0.85
printFunction · 0.70
resetFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…