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

Function emitParametersForIndexSignature

test/fixtures/snapshot/typescript.js:113801–113803  ·  view source on GitHub ↗
(parentNode, parameters)

Source from the content-addressed store, hash-verified

113799 }
113800 }
113801 function emitParametersForIndexSignature(parentNode, parameters) {
113802 emitList(parentNode, parameters, 8848 /* ListFormat.IndexSignatureParameters */);
113803 }
113804 function writeDelimiter(format) {
113805 switch (format & 60 /* ListFormat.DelimitersMask */) {
113806 case 0 /* ListFormat.None */:

Callers 1

emitIndexSignatureFunction · 0.85

Calls 1

emitListFunction · 0.85

Tested by

no test coverage detected