(newImports, useSitesToUnqualify)
| 152559 | /*isTypeOnly*/ false, exportSpecifiers && ts.factory.createNamedExports(exportSpecifiers), moduleSpecifier === undefined ? undefined : ts.factory.createStringLiteral(moduleSpecifier)); |
| 152560 | } |
| 152561 | function convertedImports(newImports, useSitesToUnqualify) { |
| 152562 | return { |
| 152563 | newImports: newImports, |
| 152564 | useSitesToUnqualify: useSitesToUnqualify |
| 152565 | }; |
| 152566 | } |
| 152567 | })(codefix = ts.codefix || (ts.codefix = {})); |
| 152568 | })(ts || (ts = {})); |
| 152569 | /* @internal */ |
no outgoing calls
no test coverage detected