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

Function emitEnumMember

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

Source from the content-addressed store, hash-verified

113301 // Enum
113302 //
113303 function emitEnumMember(node) {
113304 emit(node.name);
113305 emitInitializer(node.initializer, node.name.end, node, parenthesizer.parenthesizeExpressionForDisallowedComma);
113306 }
113307 //
113308 // JSDoc
113309 //

Callers 1

Calls 2

emitInitializerFunction · 0.85
emitFunction · 0.70

Tested by

no test coverage detected