MCPcopy Index your code
hub / github.com/nodejs/node / getModuleSpecifiers

Function getModuleSpecifiers

test/fixtures/snapshot/typescript.js:122038–122041  ·  view source on GitHub ↗

Returns an import for each symlink and for the realpath.

(moduleSymbol, checker, compilerOptions, importingSourceFile, host, userPreferences, options)

Source from the content-addressed store, hash-verified

122036 }
122037 /** Returns an import for each symlink and for the realpath. */
122038 function getModuleSpecifiers(moduleSymbol, checker, compilerOptions, importingSourceFile, host, userPreferences, options) {
122039 if (options === void 0) { options = {}; }
122040 return getModuleSpecifiersWithCacheInfo(moduleSymbol, checker, compilerOptions, importingSourceFile, host, userPreferences, options).moduleSpecifiers;
122041 }
122042 moduleSpecifiers_1.getModuleSpecifiers = getModuleSpecifiers;
122043 function getModuleSpecifiersWithCacheInfo(moduleSymbol, checker, compilerOptions, importingSourceFile, host, userPreferences, options) {
122044 if (options === void 0) { options = {}; }

Callers 1

getNewImportFixesFunction · 0.85

Calls 1

Tested by

no test coverage detected