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

Function checkClassExpressionDeferred

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

Source from the content-addressed store, hash-verified

84065 return getTypeOfSymbol(getSymbolOfNode(node));
84066 }
84067 function checkClassExpressionDeferred(node) {
84068 ts.forEach(node.members, checkSourceElement);
84069 registerForUnusedIdentifiersCheck(node);
84070 }
84071 function checkClassDeclaration(node) {
84072 if (ts.some(node.decorators) && ts.some(node.members, function (p) { return ts.hasStaticModifier(p) && ts.isPrivateIdentifierClassElementDeclaration(p); })) {
84073 grammarErrorOnNode(node.decorators[0], ts.Diagnostics.Class_decorators_can_t_be_used_with_static_private_identifier_Consider_removing_the_experimental_decorator);

Callers 1

checkDeferredNodeFunction · 0.85

Calls 2

forEachMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…