Searched refs:deleteFile (Results 1 – 25 of 44) sorted by relevance
12
/third_party/typescript/src/testRunner/unittests/tsserver/ |
D | configFileSearch.ts | 51 host.deleteFile(configFile.path); 84 host.deleteFile(configFile.path); 145 host.deleteFile(tsconfig.path); 162 host.deleteFile(tsconfig.path);
|
D | importSuggestionsCache.ts | 43 host.deleteFile(aTs.path);
|
D | syntaxOperations.ts | 61 host.deleteFile(unitTest1.path);
|
D | packageJsonInfo.ts | 56 host.deleteFile(packageJson.path);
|
D | reloadProjects.ts | 35 host.deleteFile(file2.path);
|
D | cachingFileSystemInformation.ts | 587 host.deleteFile(last(filesAndFoldersToAdd).path); 609 host.deleteFile(last(filesAndFoldersToAdd).path);
|
D | projects.ts | 339 host.deleteFile(file2.path); 619 host.deleteFile(config.path); 1558 host.deleteFile(fileSubA.path); 1597 host.deleteFile(fileA.path);
|
D | autoImportProvider.ts | 186 host.deleteFile(angularFormsDts.path);
|
D | compileOnSave.ts | 211 host.deleteFile(file1Consumer2.path); 477 host.deleteFile(moduleFile1.path);
|
D | projectReferences.ts | 803 onHostCreate: host => host.deleteFile(fileLocation) 818 host.deleteFile(fileLocation); 832 host.deleteFile(fileLocation);
|
D | configuredProjects.ts | 125 host.deleteFile(configFile.path); 197 host.deleteFile(commonFile2.path);
|
/third_party/typescript/src/testRunner/unittests/tscWatch/ |
D | incremental.ts | 277 modifyFs: host => host.deleteFile(`${project}/globals.d.ts`) 336 host.deleteFile(`${project}/node_modules/react/jsx-runtime/index.d.ts`); 337 host.deleteFile(`${project}/node_modules/react/package.json`); 351 host.deleteFile(`${project}/node_modules/tslib/index.d.ts`); 352 host.deleteFile(`${project}/node_modules/tslib/package.json`);
|
D | programUpdates.ts | 127 change: sys => sys.deleteFile(commonFile2.path), 424 change: sys => sys.deleteFile("/a/b/f2.ts"), 452 change: sys => sys.deleteFile("/a/b/f2.ts"), 649 change: sys => sys.deleteFile(configFilePath), 763 sys.deleteFile("/a/b/moduleFile.js"); 1415 change: sys => sys.deleteFile(`${projectRoot}/b.ts`),
|
D | emit.ts | 205 sys.deleteFile(file1Consumer2Path); 325 change: sys => sys.deleteFile(moduleFile1Path),
|
D | resolutionCache.ts | 164 host.deleteFile(imported.path);
|
D | watchEnvironment.ts | 468 … change: sys => sys.deleteFile(`${projectRoot}/node_modules/bar/fooBar.d.ts`),
|
/third_party/typescript/src/harness/ |
D | fakesHosts.ts | 59 public deleteFile(path: string) { 264 public deleteFile(fileName: string) { 265 this.sys.deleteFile(fileName);
|
D | harnessIO.ts | 15 deleteFile(fileName: string): void; method 52 function deleteFile(path: string) { 145 deleteFile, 1385 IO.deleteFile(actualFileName);
|
D | loggedIO.ts | 434 wrapper.deleteFile = notSupported;
|
/third_party/typescript/src/testRunner/unittests/tsserver/events/ |
D | projectUpdatedInBackground.ts | 285 host.deleteFile(file1Consumer2.path); 392 host.deleteFile(moduleFile1Path);
|
/third_party/typescript/src/compiler/ |
D | tsbuildPublic.ts | 91 deleteFile(fileName: string): void; method 166 host.deleteFile = system.deleteFile ? path => system.deleteFile!(path) : noop; 1721 host.deleteFile(output);
|
D | sys.ts | 1108 deleteFile?(path: string): void; method 1266 deleteFile, 1781 function deleteFile(path: string) { function
|
/third_party/typescript/src/testRunner/unittests/tsbuild/ |
D | watchMode.ts | 1036 edit: host => host.deleteFile(bTsconfig.path), 1060 edit: host => host.deleteFile(aTsconfig.path),
|
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/RealWorld/ |
D | parserharness.ts | 1952 IO.deleteFile(reportFilename); 1975 IO.deleteFile(actualFilename);
|
/third_party/typescript/tests/baselines/reference/ |
D | parserharness.js | 1952 IO.deleteFile(reportFilename); 1975 IO.deleteFile(actualFilename); 3766 IO.deleteFile(reportFilename); 3788 IO.deleteFile(actualFilename);
|
12