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

Function emitClassDeclaration

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

Source from the content-addressed store, hash-verified

112855 }
112856 }
112857 function emitClassDeclaration(node) {
112858 emitClassDeclarationOrExpression(node);
112859 }
112860 function emitClassDeclarationOrExpression(node) {
112861 ts.forEach(node.members, generateMemberNames);
112862 emitDecorators(node, node.decorators);

Callers 1

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…