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

Function createClassExpression

test/fixtures/snapshot/typescript.js:24627–24631  ·  view source on GitHub ↗
(decorators, modifiers, name, typeParameters, heritageClauses, members)

Source from the content-addressed store, hash-verified

24625 }
24626 // @api
24627 function createClassExpression(decorators, modifiers, name, typeParameters, heritageClauses, members) {
24628 var node = createBaseClassLikeDeclaration(226 /* SyntaxKind.ClassExpression */, decorators, modifiers, name, typeParameters, heritageClauses, members);
24629 node.transformFlags |= 1024 /* TransformFlags.ContainsES2015 */;
24630 return node;
24631 }
24632 // @api
24633 function updateClassExpression(node, decorators, modifiers, name, typeParameters, heritageClauses, members) {
24634 return node.decorators !== decorators

Callers 1

updateClassExpressionFunction · 0.85

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…