Home
last modified time | relevance | path

Searched refs:CompileOnSaveAffectedFileListSingleProject (Results 1 – 7 of 7) sorted by relevance

/third_party/typescript/src/testRunner/unittests/tsserver/
DcompileOnSave.ts11 …on.executeCommand(request).response as server.protocol.CompileOnSaveAffectedFileListSingleProject[…
548 …assert.equal((response as protocol.CompileOnSaveAffectedFileListSingleProject[]).length, 1, "expec…
549 …assert.equal((response as protocol.CompileOnSaveAffectedFileListSingleProject[])[0].fileNames.leng…
552 …assert.equal((response as protocol.CompileOnSaveAffectedFileListSingleProject[]).length, 0, "expec…
562 …assert.equal((response2 as protocol.CompileOnSaveAffectedFileListSingleProject[]).length, 1, "expe…
643 …assert.equal((<protocol.CompileOnSaveAffectedFileListSingleProject[]>response).length, 1, "expecte…
644 …assert.equal((<protocol.CompileOnSaveAffectedFileListSingleProject[]>response)[0].fileNames.length…
645 …assert.equal((<protocol.CompileOnSaveAffectedFileListSingleProject[]>response)[0].projectUsesOutFi…
841 }).response as protocol.CompileOnSaveAffectedFileListSingleProject[];
942 }).response as protocol.CompileOnSaveAffectedFileListSingleProject[];
[all …]
DprojectReferenceCompileOnSave.ts86 }).response as protocol.CompileOnSaveAffectedFileListSingleProject[];
140 expectedAffected: protocol.CompileOnSaveAffectedFileListSingleProject[];
223 …fectedFiles(config: File, fileNames: File[]): protocol.CompileOnSaveAffectedFileListSingleProject {
/third_party/typescript/lib/
Dprotocol.d.ts1367 interface CompileOnSaveAffectedFileListSingleProject { interface
1385 body: CompileOnSaveAffectedFileListSingleProject[];
Dtsserverlibrary.d.ts7944 interface CompileOnSaveAffectedFileListSingleProject {
7962 body: CompileOnSaveAffectedFileListSingleProject[];
/third_party/typescript/src/server/
Dprotocol.ts1883 export interface CompileOnSaveAffectedFileListSingleProject { interface
1903 body: CompileOnSaveAffectedFileListSingleProject[];
Dsession.ts1848 …ist(args: protocol.FileRequestArgs): readonly protocol.CompileOnSaveAffectedFileListSingleProject[…
/third_party/typescript/tests/baselines/reference/api/
Dtsserverlibrary.d.ts8193 interface CompileOnSaveAffectedFileListSingleProject {
8211 body: CompileOnSaveAffectedFileListSingleProject[];