Home
last modified time | relevance | path

Searched refs:baseFileName (Results 1 – 5 of 5) sorted by relevance

/third_party/typescript/src/testRunner/unittests/tsbuildWatch/
DprogramUpdates.ts13 function projectFilePath(subProject: SubProject, baseFileName: string) {
14 …${TestFSWithWatch.getTsBuildProjectFilePath("sample1", subProject)}/${baseFileName.toLowerCase()}`;
17 function projectFile(subProject: SubProject, baseFileName: string): File {
18 … return TestFSWithWatch.getTsBuildProjectFile("sample1", `${subProject}/${baseFileName}`);
/third_party/typescript/src/compiler/
Dpath.ts382 const baseFileName = getBaseFileName(path); constant
383 const extensionIndex = baseFileName.lastIndexOf(".");
385 return baseFileName.substring(extensionIndex);
DmoduleNameResolver.ts544 const baseFileName = getBaseFileName(normalized); constant
547 if (baseFileName.charCodeAt(0) !== CharacterCodes.dot) {
549 result.push(baseFileName);
/third_party/typescript/lib/
DtypingsInstaller.js7827 var baseFileName = getBaseFileName(path);
7828 var extensionIndex = baseFileName.lastIndexOf(".");
7830 return baseFileName.substring(extensionIndex);
44422 var baseFileName = ts.getBaseFileName(normalized);
44424 if (baseFileName.charCodeAt(0) !== 46 /* CharacterCodes.dot */) {
44426 result.push(baseFileName);
Dtsc.js5096 var baseFileName = getBaseFileName(path);
5097 var extensionIndex = baseFileName.lastIndexOf(".");
5099 return baseFileName.substring(extensionIndex);
36448 var baseFileName = ts.getBaseFileName(normalized);
36449 if (baseFileName.charCodeAt(0) !== 46) {
36450 result.push(baseFileName);