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

Function parseOptionalBindingIdentifier

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

Source from the content-addressed store, hash-verified

35805 return withJSDoc(finishNode(node, pos), hasJSDoc);
35806 }
35807 function parseOptionalBindingIdentifier() {
35808 return isBindingIdentifier() ? parseBindingIdentifier() : undefined;
35809 }
35810 function parseNewExpressionOrNewDotTarget() {
35811 var pos = getNodePos();
35812 parseExpected(103 /* SyntaxKind.NewKeyword */);

Callers 2

parseFunctionExpressionFunction · 0.85
parseFunctionDeclarationFunction · 0.85

Calls 2

isBindingIdentifierFunction · 0.85
parseBindingIdentifierFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…