MCPcopy Create free account
hub / github.com/nodejs/node / convertedImports

Function convertedImports

test/fixtures/snapshot/typescript.js:152561–152566  ·  view source on GitHub ↗
(newImports, useSitesToUnqualify)

Source from the content-addressed store, hash-verified

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 */

Callers 4

convertVariableStatementFunction · 0.85
convertSingleImportFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected