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

Function parseClassMembers

test/fixtures/snapshot/typescript.js:36928–36930  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36926 return token() === 94 /* SyntaxKind.ExtendsKeyword */ || token() === 117 /* SyntaxKind.ImplementsKeyword */;
36927 }
36928 function parseClassMembers() {
36929 return parseList(5 /* ParsingContext.ClassMembers */, parseClassElement);
36930 }
36931 function parseInterfaceDeclaration(pos, hasJSDoc, decorators, modifiers) {
36932 parseExpected(118 /* SyntaxKind.InterfaceKeyword */);
36933 var name = parseIdentifier();

Callers 1

Calls 1

parseListFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…