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

Function emitComputedPropertyName

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

Source from the content-addressed store, hash-verified

111753 }
111754 }
111755 function emitComputedPropertyName(node) {
111756 writePunctuation("[");
111757 emitExpression(node.expression, parenthesizer.parenthesizeExpressionOfComputedPropertyName);
111758 writePunctuation("]");
111759 }
111760 //
111761 // Signature elements
111762 //

Callers 1

Calls 2

writePunctuationFunction · 0.85
emitExpressionFunction · 0.85

Tested by

no test coverage detected