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

Function emitUnparsedSourceOrPrepend

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

Source from the content-addressed store, hash-verified

111664 // SyntaxKind.UnparsedSource
111665 // SyntaxKind.UnparsedPrepend
111666 function emitUnparsedSourceOrPrepend(unparsed) {
111667 for (var _a = 0, _b = unparsed.texts; _a < _b.length; _a++) {
111668 var text = _b[_a];
111669 writeLine();
111670 emit(text);
111671 }
111672 }
111673 // SyntaxKind.UnparsedPrologue
111674 // SyntaxKind.UnparsedText
111675 // SyntaxKind.UnparsedInternal

Callers 1

Calls 2

writeLineFunction · 0.70
emitFunction · 0.70

Tested by

no test coverage detected