MCPcopy Create free account
hub / github.com/nodejs/node / printUnparsedSource

Function printUnparsedSource

test/fixtures/snapshot/typescript.js:110803–110806  ·  view source on GitHub ↗
(unparsed)

Source from the content-addressed store, hash-verified

110801 return endPrint();
110802 }
110803 function printUnparsedSource(unparsed) {
110804 writeUnparsedSource(unparsed, beginPrint());
110805 return endPrint();
110806 }
110807 function writeNode(hint, node, sourceFile, output) {
110808 var previousWriter = writer;
110809 setWriter(output, /*_sourceMapGenerator*/ undefined);

Callers 1

printNodeFunction · 0.85

Calls 3

writeUnparsedSourceFunction · 0.85
beginPrintFunction · 0.85
endPrintFunction · 0.85

Tested by

no test coverage detected