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

Function isAssignmentOperator

test/fixtures/snapshot/typescript.js:19052–19054  ·  view source on GitHub ↗
(token)

Source from the content-addressed store, hash-verified

19050 }
19051 ts.isLogicalOrCoalescingAssignmentExpression = isLogicalOrCoalescingAssignmentExpression;
19052 function isAssignmentOperator(token) {
19053 return token >= 63 /* SyntaxKind.FirstAssignment */ && token <= 78 /* SyntaxKind.LastAssignment */;
19054 }
19055 ts.isAssignmentOperator = isAssignmentOperator;
19056 /** Get `C` given `N` if `N` is in the position `class C extends N` where `N` is an ExpressionWithTypeArguments. */
19057 function tryGetClassExtendingExpressionWithTypeArguments(node) {

Callers 3

getAssignmentTargetKindFunction · 0.85
isAssignmentExpressionFunction · 0.85
accessKindFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected