Home
last modified time | relevance | path

Searched refs:removeFileExtension (Results 1 – 23 of 23) sorted by relevance

/third_party/typescript/src/compiler/
DmoduleSpecifiers.ts667 …const extensionSwappedTarget = hasTSFileExtension(targetFilePath) ? removeFileExtension(targetFile…
746 : removeFileExtension(shortest);
829 …: { moduleFileToTry: removeFileExtension(fromExports.moduleFileToTry) + tryGetJSExtensionForFile(f…
865 …if (removeFileExtension(mainExportFile) === removeFileExtension(getCanonicalFileName(moduleFileToT…
903 const noExtension = removeFileExtension(fileName);
DwatchUtilities.ts536 const filePathWithoutExtension = removeFileExtension(fileOrDirectoryPath);
Dutilities.ts4360 const extensionless = removeFileExtension(relativePath);
4368 …emitOutputFilePathWithoutExtension = removeFileExtension(getSourceFilePathInNewDir(fileName, host,…
4371 emitOutputFilePathWithoutExtension = removeFileExtension(fileName);
4388 return removeFileExtension(path) + declarationExtension;
7078 export function removeFileExtension(path: string): string { function
Demitter.ts60 buildInfoExtensionLess = removeFileExtension(outPath);
64 const configFileExtensionLess = removeFileExtension(configFile);
79 …rationFilePath = (forceDtsPaths || getEmitDeclarations(options)) ? removeFileExtension(outPath) + …
Dprogram.ts4072 …return isSameFile(filePath, out) || isSameFile(filePath, removeFileExtension(out) + Extension.Dts);
4087 const filePathWithoutExtension = removeFileExtension(filePath);
DmoduleNameResolver.ts1584 const extensionless = removeFileExtension(candidate);
Dbinder.ts2762 …bindAnonymousDeclaration(file, SymbolFlags.ValueModule, `"${removeFileExtension(file.fileName)}"` …
/third_party/typescript/src/testRunner/
DprojectsRunner.ts364 …emitOutputFilePathWithoutExtension = ts.removeFileExtension(ts.combinePaths(compilerOptions.outDir…
367 … emitOutputFilePathWithoutExtension = ts.removeFileExtension(sourceFile.fileName);
378 …const outputDtsFileName = ts.removeFileExtension(compilerOptions.outFile || compilerOptions.out!) …
Dtest262Runner.ts37 … const testFilename = ts.removeFileExtension(filePath).replace(/\//g, "_") + ".test";
/third_party/typescript/src/services/
Dsourcemaps.ts82 removeFileExtension(outPath) + Extension.Dts :
Drename.ts130 … || endsWith(node.text, "/index.js") ? undefined : tryRemoveSuffix(removeFileExtension(moduleSourc…
DnavigationBar.ts726 … ? `"${escapeString(getBaseFileName(removeFileExtension(normalizePath(sourceFile.fileName))))}"`
DstringCompletions.ts543 return { name: removeFileExtension(name), extension: tryGetExtensionFromPath(name) };
/third_party/typescript/src/jsTyping/
DjsTyping.ts322 const inferredTypingName = removeFileExtension(getBaseFileName(j.toLowerCase()));
/third_party/typescript/src/testRunner/unittests/tsserver/
DcompletionsIncomplete.ts26 ….map(f => `export * from "./${removeFileExtension(convertToRelativePath(f.path, `/node_modules/${p…
/third_party/typescript/src/services/refactors/
DmoveToNewFile.ts474 …dImports, makeImportOrRequire(oldFileDefault, oldFileNamedImports, removeFileExtension(getBaseFile…
/third_party/typescript/src/harness/
DharnessIO.ts519 …const dTsFileName = ts.removeFileExtension(sourceFileName) + ts.getDeclarationEmitExtensionForPath…
/third_party/typescript/src/services/codefixes/
DimportFixes.ts1342 …return moduleSpecifierToValidIdentifier(removeFileExtension(stripQuotes(moduleSymbol.name)), targe…
/third_party/typescript/src/server/
Dproject.ts1293 removeFileExtension(outPath) + Extension.Dts,
DeditorServices.ts3917 const inferredTypingName = removeFileExtension(baseName);
Dsession.ts1406 … const specifier = `${packageName}/${removeFileExtension(pathToFileInPackage)}`;
/third_party/typescript/lib/
DtypingsInstaller.js18656 var extensionless = removeFileExtension(relativePath);
18664 …emitOutputFilePathWithoutExtension = removeFileExtension(getSourceFilePathInNewDir(fileName, host,…
18667 emitOutputFilePathWithoutExtension = removeFileExtension(fileName);
18682 return removeFileExtension(path) + declarationExtension;
21119 function removeFileExtension(path) { function
21129 ts.removeFileExtension = removeFileExtension;
45233 var extensionless = ts.removeFileExtension(candidate);
49589 …eclaration(file, 512 /* SymbolFlags.ValueModule */, "\"".concat(ts.removeFileExtension(file.fileNa…
114788 buildInfoExtensionLess = ts.removeFileExtension(outPath);
114793 var configFileExtensionLess = ts.removeFileExtension(configFile);
[all …]
Dtsc.js14644 var extensionless = removeFileExtension(relativePath);
14652 …emitOutputFilePathWithoutExtension = removeFileExtension(getSourceFilePathInNewDir(fileName, host,…
14655 emitOutputFilePathWithoutExtension = removeFileExtension(fileName);
14670 return removeFileExtension(path) + declarationExtension;
16822 function removeFileExtension(path) { function
16832 ts.removeFileExtension = removeFileExtension;
37118 var extensionless = ts.removeFileExtension(candidate);
40928 … bindAnonymousDeclaration(file, 512, "\"".concat(ts.removeFileExtension(file.fileName), "\""));
94705 buildInfoExtensionLess = ts.removeFileExtension(outPath);
94710 var configFileExtensionLess = ts.removeFileExtension(configFile);
[all …]