(path, mode)
| 53586 | } |
| 53587 | return specifier; |
| 53588 | function getSpecifierCacheKey(path, mode) { |
| 53589 | return mode === undefined ? path : "".concat(mode, "|").concat(path); |
| 53590 | } |
| 53591 | } |
| 53592 | function symbolToEntityNameNode(symbol) { |
| 53593 | var identifier = ts.factory.createIdentifier(ts.unescapeLeadingUnderscores(symbol.escapedName)); |
no test coverage detected
searching dependent graphs…