Searched refs:class3Dts (Results 1 – 2 of 2) sorted by relevance
/third_party/typescript/src/testRunner/unittests/services/ |
D | languageService.ts | 249 const class3Dts = `${tscWatch.projectRoot}/projects/project1/class3.d.ts`; constant 250 system.writeFile(class3Dts, `declare class class3 {}`); 254 [projectSystem.libFile.path, class1Dts.path, class3Dts, class2.path] 260 system.deleteFile(class3Dts); 266 system.writeFile(class3Dts, `declare class class3 {}`); 269 [projectSystem.libFile.path, class1Dts.path, class3Dts, class2.path]
|
/third_party/typescript/src/testRunner/unittests/tsserver/ |
D | projectReferences.ts | 1267 const class3Dts = `${tscWatch.projectRoot}/projects/project1/class3.d.ts`; constant 1268 host.writeFile(class3Dts, `declare class class3 {}`); 1285 const class3Dts = `${tscWatch.projectRoot}/projects/project1/class3.d.ts`; constant 1286 host.writeFile(class3Dts, `declare class class3 {}`); 1299 const class3Dts = `${tscWatch.projectRoot}/projects/project1/class3.d.ts`; constant 1300 host.writeFile(class3Dts, `declare class class3 {}`); 1306 host.deleteFile(class3Dts); 1309 host.writeFile(class3Dts, `declare class class3 {}`); 1323 const class3Dts = `${tscWatch.projectRoot}/projects/project1/class3.d.ts`; constant 1324 host.writeFile(class3Dts, `declare class class3 {}`); [all …]
|