Searched refs:removeFileExtension (Results 1 – 23 of 23) sorted by relevance
| /third_party/typescript/src/compiler/ |
| D | moduleSpecifiers.ts | 667 …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);
|
| D | watchUtilities.ts | 536 const filePathWithoutExtension = removeFileExtension(fileOrDirectoryPath);
|
| D | utilities.ts | 4360 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
|
| D | emitter.ts | 60 buildInfoExtensionLess = removeFileExtension(outPath); 64 const configFileExtensionLess = removeFileExtension(configFile); 79 …rationFilePath = (forceDtsPaths || getEmitDeclarations(options)) ? removeFileExtension(outPath) + …
|
| D | program.ts | 4072 …return isSameFile(filePath, out) || isSameFile(filePath, removeFileExtension(out) + Extension.Dts); 4087 const filePathWithoutExtension = removeFileExtension(filePath);
|
| D | moduleNameResolver.ts | 1584 const extensionless = removeFileExtension(candidate);
|
| D | binder.ts | 2762 …bindAnonymousDeclaration(file, SymbolFlags.ValueModule, `"${removeFileExtension(file.fileName)}"` …
|
| /third_party/typescript/src/testRunner/ |
| D | projectsRunner.ts | 364 …emitOutputFilePathWithoutExtension = ts.removeFileExtension(ts.combinePaths(compilerOptions.outDir… 367 … emitOutputFilePathWithoutExtension = ts.removeFileExtension(sourceFile.fileName); 378 …const outputDtsFileName = ts.removeFileExtension(compilerOptions.outFile || compilerOptions.out!) …
|
| D | test262Runner.ts | 37 … const testFilename = ts.removeFileExtension(filePath).replace(/\//g, "_") + ".test";
|
| /third_party/typescript/src/services/ |
| D | sourcemaps.ts | 82 removeFileExtension(outPath) + Extension.Dts :
|
| D | rename.ts | 130 … || endsWith(node.text, "/index.js") ? undefined : tryRemoveSuffix(removeFileExtension(moduleSourc…
|
| D | navigationBar.ts | 726 … ? `"${escapeString(getBaseFileName(removeFileExtension(normalizePath(sourceFile.fileName))))}"`
|
| D | stringCompletions.ts | 543 return { name: removeFileExtension(name), extension: tryGetExtensionFromPath(name) };
|
| /third_party/typescript/src/jsTyping/ |
| D | jsTyping.ts | 322 const inferredTypingName = removeFileExtension(getBaseFileName(j.toLowerCase()));
|
| /third_party/typescript/src/testRunner/unittests/tsserver/ |
| D | completionsIncomplete.ts | 26 ….map(f => `export * from "./${removeFileExtension(convertToRelativePath(f.path, `/node_modules/${p…
|
| /third_party/typescript/src/services/refactors/ |
| D | moveToNewFile.ts | 474 …dImports, makeImportOrRequire(oldFileDefault, oldFileNamedImports, removeFileExtension(getBaseFile…
|
| /third_party/typescript/src/harness/ |
| D | harnessIO.ts | 519 …const dTsFileName = ts.removeFileExtension(sourceFileName) + ts.getDeclarationEmitExtensionForPath…
|
| /third_party/typescript/src/services/codefixes/ |
| D | importFixes.ts | 1342 …return moduleSpecifierToValidIdentifier(removeFileExtension(stripQuotes(moduleSymbol.name)), targe…
|
| /third_party/typescript/src/server/ |
| D | project.ts | 1293 removeFileExtension(outPath) + Extension.Dts,
|
| D | editorServices.ts | 3917 const inferredTypingName = removeFileExtension(baseName);
|
| D | session.ts | 1406 … const specifier = `${packageName}/${removeFileExtension(pathToFileInPackage)}`;
|
| /third_party/typescript/lib/ |
| D | typingsInstaller.js | 18656 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 …]
|
| D | tsc.js | 14644 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 …]
|