Home
last modified time | relevance | path

Searched refs:projectUsesOutFile (Results 1 – 9 of 9) sorted by relevance

/third_party/typescript/src/testRunner/unittests/tsserver/
DcompileOnSave.ts645 …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 }
DprojectReferenceCompileOnSave.ts227 projectUsesOutFile: false
/third_party/typescript/src/server/
Dprotocol.ts1896 projectUsesOutFile: boolean; property
Dsession.ts1874 projectUsesOutFile: !!outFile(compilationSettings)
/third_party/typescript/lib/
Dprotocol.d.ts1379 projectUsesOutFile: boolean; property
Dtsserverlibrary.d.ts7956 projectUsesOutFile: boolean;
Dtsserverlibrary.js161077 projectUsesOutFile: !!ts.outFile(compilationSettings)
Dtsserver.js160883 projectUsesOutFile: !!ts.outFile(compilationSettings)
/third_party/typescript/tests/baselines/reference/api/
Dtsserverlibrary.d.ts8047 projectUsesOutFile: boolean;