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

Function emit

test/fixtures/snapshot/typescript.js:110988–110994  ·  view source on GitHub ↗
(node, parenthesizerRule)

Source from the content-addressed store, hash-verified

110986 return currentLineMap || (currentLineMap = ts.getLineStarts(ts.Debug.checkDefined(currentSourceFile)));
110987 }
110988 function emit(node, parenthesizerRule) {
110989 if (node === undefined)
110990 return;
110991 var prevSourceFileTextKind = recordBundleFileInternalSectionStart(node);
110992 pipelineEmit(4 /* EmitHint.Unspecified */, node, parenthesizerRule);
110993 recordBundleFileInternalSectionEnd(prevSourceFileTextKind);
110994 }
110995 function emitIdentifierName(node) {
110996 if (node === undefined)
110997 return;

Callers 15

emitMappedTypeParameterFunction · 0.70
emitQualifiedNameFunction · 0.70
emitEntityNameFunction · 0.70
emitTypeParameterFunction · 0.70
emitParameterFunction · 0.70
emitPropertySignatureFunction · 0.70
emitPropertyDeclarationFunction · 0.70
emitMethodSignatureFunction · 0.70
emitMethodDeclarationFunction · 0.70
emitAccessorDeclarationFunction · 0.70
emitTemplateTypeSpanFunction · 0.70

Calls 15

pipelineEmitFunction · 0.85
runWithCancellationTokenFunction · 0.85
emitWorkerFunction · 0.85
emitNextAffectedFileFunction · 0.85
buildErrorsFunction · 0.85
toPathFunction · 0.85
newerFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…