()
| 138268 | searchForImportedSymbol(imported, state); |
| 138269 | } |
| 138270 | function addRef() { |
| 138271 | if (addReferencesHere) |
| 138272 | addReference(referenceLocation, localSymbol, state); |
| 138273 | } |
| 138274 | } |
| 138275 | function getLocalSymbolForExportSpecifier(referenceLocation, referenceSymbol, exportSpecifier, checker) { |
| 138276 | return isExportSpecifierAlias(referenceLocation, exportSpecifier) && checker.getExportSpecifierLocalTargetSymbol(exportSpecifier) || referenceSymbol; |
no test coverage detected