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

Function emitIndexSignature

test/fixtures/snapshot/typescript.js:111880–111886  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

111878 popNameGenerationScope(node);
111879 }
111880 function emitIndexSignature(node) {
111881 emitDecorators(node, node.decorators);
111882 emitModifiers(node, node.modifiers);
111883 emitParametersForIndexSignature(node, node.parameters);
111884 emitTypeAnnotation(node.type);
111885 writeTrailingSemicolon();
111886 }
111887 function emitTemplateTypeSpan(node) {
111888 emit(node.type);
111889 emit(node.literal);

Callers 1

Calls 5

emitDecoratorsFunction · 0.85
emitModifiersFunction · 0.85
emitTypeAnnotationFunction · 0.85
writeTrailingSemicolonFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…