Home
last modified time | relevance | path

Searched refs:tryGetJSExtensionForFile (Results 1 – 4 of 4) sorted by relevance

/third_party/typescript/src/compiler/
DmoduleSpecifiers.ts667 …tension(targetFilePath) ? removeFileExtension(targetFilePath) + tryGetJSExtensionForFile(targetFil…
829 …leFileToTry: removeFileExtension(fromExports.moduleFileToTry) + tryGetJSExtensionForFile(fromExpor…
925 …return tryGetJSExtensionForFile(fileName, options) ?? Debug.fail(`Extension ${extensionFromPath(fi…
928 …export function tryGetJSExtensionForFile(fileName: string, options: CompilerOptions): Extension | … function
/third_party/typescript/src/services/
DstringCompletions.ts541 const outputExtension = moduleSpecifiers.tryGetJSExtensionForFile(name, compilerOptions);
/third_party/typescript/lib/
DtypingsInstaller.js127720 …sion(targetFilePath) ? ts.removeFileExtension(targetFilePath) + tryGetJSExtensionForFile(targetFil…
127876 …ileToTry: ts.removeFileExtension(fromExports.moduleFileToTry) + tryGetJSExtensionForFile(fromExpor…
127968 …return (_a = tryGetJSExtensionForFile(fileName, options)) !== null && _a !== void 0 ? _a : ts.Debu…
127970 function tryGetJSExtensionForFile(fileName, options) { function
127996 moduleSpecifiers_1.tryGetJSExtensionForFile = tryGetJSExtensionForFile;
Dtsc.js106129 …sion(targetFilePath) ? ts.removeFileExtension(targetFilePath) + tryGetJSExtensionForFile(targetFil…
106272 …ileToTry: ts.removeFileExtension(fromExports.moduleFileToTry) + tryGetJSExtensionForFile(fromExpor…
106352 …return (_a = tryGetJSExtensionForFile(fileName, options)) !== null && _a !== void 0 ? _a : ts.Debu…
106354 function tryGetJSExtensionForFile(fileName, options) { function
106380 moduleSpecifiers_1.tryGetJSExtensionForFile = tryGetJSExtensionForFile;