(moduleSpecifier, topLevelTypeOnly)
| 153026 | return newEntry; |
| 153027 | } |
| 153028 | function newImportsKey(moduleSpecifier, topLevelTypeOnly) { |
| 153029 | return "".concat(topLevelTypeOnly ? 1 : 0, "|").concat(moduleSpecifier); |
| 153030 | } |
| 153031 | } |
| 153032 | function writeFixes(changeTracker) { |
| 153033 | var quotePreference = ts.getQuotePreference(sourceFile, preferences); |
no test coverage detected