(name)
| 136486 | } |
| 136487 | } |
| 136488 | function isNameMatch(name) { |
| 136489 | // Use name of "default" even in `export =` case because we may have allowSyntheticDefaultImports |
| 136490 | return name === exportSymbol.escapedName || exportKind !== 0 /* ExportKind.Named */ && name === "default" /* InternalSymbolName.Default */; |
| 136491 | } |
| 136492 | } |
| 136493 | /** Returns 'true' is the namespace 'name' is re-exported from this module, and 'false' if it is only used locally. */ |
| 136494 | function findNamespaceReExports(sourceFileLike, name, checker) { |
no outgoing calls
no test coverage detected