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

Function updateComputedPropertyName

test/fixtures/snapshot/typescript.js:23180–23184  ·  view source on GitHub ↗
(node, expression)

Source from the content-addressed store, hash-verified

23178 }
23179 // @api
23180 function updateComputedPropertyName(node, expression) {
23181 return node.expression !== expression
23182 ? update(createComputedPropertyName(expression), node)
23183 : node;
23184 }
23185 function createTypeParameterDeclaration(modifiersOrName, nameOrConstraint, constraintOrDefault, defaultType) {
23186 var name;
23187 var modifiers;

Callers

nothing calls this directly

Calls 2

updateFunction · 0.70

Tested by

no test coverage detected