Searched refs:projectUsesOutFile (Results 1 – 9 of 9) sorted by relevance
/third_party/typescript/src/testRunner/unittests/tsserver/ |
D | compileOnSave.ts | 645 …protocol.CompileOnSaveAffectedFileListSingleProject[]>response)[0].projectUsesOutFile, expectedUse… 843 … { fileNames: [file1.path, file2.path], projectFileName: config.path, projectUsesOutFile: false } 944 … { fileNames: files.map(f => f.path), projectFileName: config.path, projectUsesOutFile: false } 1001 …== file).map(f => f.path) : emptyArray)], projectFileName: config.path, projectUsesOutFile: false } 1082 … { projectFileName: app1Config.path, fileNames: [core.path, app1.path], projectUsesOutFile: true } 1097 … { projectFileName: app1Config.path, fileNames: [core.path, app1.path], projectUsesOutFile: true }, 1098 … { projectFileName: app2Config.path, fileNames: [core.path, app2.path], projectUsesOutFile: true }
|
D | projectReferenceCompileOnSave.ts | 227 projectUsesOutFile: false
|
/third_party/typescript/src/server/ |
D | protocol.ts | 1896 projectUsesOutFile: boolean; property
|
D | session.ts | 1874 projectUsesOutFile: !!outFile(compilationSettings)
|
/third_party/typescript/lib/ |
D | protocol.d.ts | 1379 projectUsesOutFile: boolean; property
|
D | tsserverlibrary.d.ts | 7956 projectUsesOutFile: boolean;
|
D | tsserverlibrary.js | 161077 projectUsesOutFile: !!ts.outFile(compilationSettings)
|
D | tsserver.js | 160883 projectUsesOutFile: !!ts.outFile(compilationSettings)
|
/third_party/typescript/tests/baselines/reference/api/ |
D | tsserverlibrary.d.ts | 8047 projectUsesOutFile: boolean;
|