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

Function updateConstructorTypeNode2

test/fixtures/snapshot/typescript.js:23613–23615  ·  view source on GitHub ↗

@deprecated

(node, typeParameters, parameters, type)

Source from the content-addressed store, hash-verified

23611 }
23612 /** @deprecated */
23613 function updateConstructorTypeNode2(node, typeParameters, parameters, type) {
23614 return updateConstructorTypeNode1(node, node.modifiers, typeParameters, parameters, type);
23615 }
23616 // @api
23617 function createTypeQueryNode(exprName, typeArguments) {
23618 var node = createBaseNode(181 /* SyntaxKind.TypeQuery */);

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected