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

Function codeFixActionToCodeAction

test/fixtures/snapshot/typescript.js:153127–153130  ·  view source on GitHub ↗
(_a)

Source from the content-addressed store, hash-verified

153125 return getBestFix(getImportFixes(exportInfos, useNamespaceInfo, isValidTypeOnlyUseSite, useRequire, program, sourceFile, host, preferences).fixes, sourceFile, program, packageJsonImportFilter, host);
153126 }
153127 function codeFixActionToCodeAction(_a) {
153128 var description = _a.description, changes = _a.changes, commands = _a.commands;
153129 return { description: description, changes: changes, commands: commands };
153130 }
153131 function getSymbolExportInfoForSymbol(symbol, moduleSymbol, program, host) {
153132 var _a, _b;
153133 var compilerOptions = program.getCompilerOptions();

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected