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

Function isInRightSideOfImportOrExportAssignment

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

Source from the content-addressed store, hash-verified

86231 return undefined;
86232 }
86233 function isInRightSideOfImportOrExportAssignment(node) {
86234 return getLeftSideOfImportEqualsOrExportAssignment(node) !== undefined;
86235 }
86236 function getSpecialPropertyAssignmentSymbolFromEntityName(entityName) {
86237 var specialPropertyAssignmentKind = ts.getAssignmentDeclarationKind(entityName.parent.parent);
86238 switch (specialPropertyAssignmentKind) {

Callers 4

checkConstEnumAccessFunction · 0.85
getSymbolAtLocationFunction · 0.85
getTypeOfNodeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…