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

Function writeUnparsedNode

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

Source from the content-addressed store, hash-verified

111675 // SyntaxKind.UnparsedInternal
111676 // SyntaxKind.UnparsedSyntheticReference
111677 function writeUnparsedNode(unparsed) {
111678 writer.rawWrite(unparsed.parent.text.substring(unparsed.pos, unparsed.end));
111679 }
111680 // SyntaxKind.UnparsedText
111681 // SyntaxKind.UnparsedInternal
111682 function emitUnparsedTextLike(unparsed) {

Callers 3

emitUnparsedTextLikeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected