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

Function tryGetModuleSpecifiersFromCache

test/fixtures/snapshot/typescript.js:122021–122024  ·  view source on GitHub ↗
(moduleSymbol, importingSourceFile, host, userPreferences, options)

Source from the content-addressed store, hash-verified

122019 getLocalModuleSpecifier(toFileName, info, compilerOptions, host, preferences);
122020 }
122021 function tryGetModuleSpecifiersFromCache(moduleSymbol, importingSourceFile, host, userPreferences, options) {
122022 if (options === void 0) { options = {}; }
122023 return tryGetModuleSpecifiersFromCacheWorker(moduleSymbol, importingSourceFile, host, userPreferences, options)[0];
122024 }
122025 moduleSpecifiers_1.tryGetModuleSpecifiersFromCache = tryGetModuleSpecifiersFromCache;
122026 function tryGetModuleSpecifiersFromCacheWorker(moduleSymbol, importingSourceFile, host, userPreferences, options) {
122027 var _a;

Callers

nothing calls this directly

Tested by

no test coverage detected