Home
last modified time | relevance | path

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

/third_party/typescript/src/testRunner/unittests/tsserver/
DskipLibCheck.ts24 … const file2GetErrRequest = makeSessionRequest<protocol.SemanticDiagnosticsSyncRequestArgs>(
31 …const closeFileRequest = makeSessionRequest<protocol.FileRequestArgs>(CommandNames.Close, { file: …
59 const openExternalProjectRequest = makeSessionRequest<protocol.OpenExternalProjectArgs>(
69 … const dTsFileGetErrRequest = makeSessionRequest<protocol.SemanticDiagnosticsSyncRequestArgs>(
95 const openExternalProjectRequest = makeSessionRequest<protocol.OpenExternalProjectArgs>(
105 … const dTsFileGetErrRequest = makeSessionRequest<protocol.SemanticDiagnosticsSyncRequestArgs>(
136 … const dTsFile1GetErrRequest = makeSessionRequest<protocol.SemanticDiagnosticsSyncRequestArgs>(
143 … const dTsFile2GetErrRequest = makeSessionRequest<protocol.SemanticDiagnosticsSyncRequestArgs>(
164 const getErrRequest = makeSessionRequest<protocol.SemanticDiagnosticsSyncRequestArgs>(
191 const getErrRequest = makeSessionRequest<protocol.SemanticDiagnosticsSyncRequestArgs>(
[all …]
DnavTo.ts25 …const libTypeNavToRequest = makeSessionRequest<protocol.NavtoRequestArgs>(CommandNames.Navto, { se…
29 …const localFunctionNavToRequst = makeSessionRequest<protocol.NavtoRequestArgs>(CommandNames.Navto,…
67 …const request = makeSessionRequest<protocol.NavtoRequestArgs>(CommandNames.Navto, { searchValue: "…
113 …const request = makeSessionRequest<protocol.NavtoRequestArgs>(CommandNames.Navto, { searchValue: "…
132 …const libTypeNavToRequest = makeSessionRequest<protocol.NavtoRequestArgs>(CommandNames.Navto, { se…
DcompileOnSave.ts74 …changeModuleFile1ShapeRequest1 = makeSessionRequest<server.protocol.ChangeRequestArgs>(CommandName…
84 …changeModuleFile1InternalRequest1 = makeSessionRequest<server.protocol.ChangeRequestArgs>(CommandN…
93 …moduleFile1FileListRequest = makeSessionRequest<server.protocol.FileRequestArgs>(CommandNames.Comp…
109 …const changeFile1InternalRequest = makeSessionRequest<server.protocol.ChangeRequestArgs>(CommandNa…
132 …const removeFile1Consumer1ImportRequest = makeSessionRequest<server.protocol.ChangeRequestArgs>(Co…
145 …const addFile2ImportRequest = makeSessionRequest<server.protocol.ChangeRequestArgs>(CommandNames.C…
156 …const changeModuleFile1ShapeRequest2 = makeSessionRequest<server.protocol.ChangeRequestArgs>(Comma…
257 …const changeGlobalFile3ShapeRequest = makeSessionRequest<server.protocol.ChangeRequestArgs>(Comman…
268 …const globalFile3FileListRequest = makeSessionRequest<server.protocol.FileRequestArgs>(CommandName…
342 …const file1ChangeShapeRequest = makeSessionRequest<server.protocol.ChangeRequestArgs>(CommandNames…
[all …]
Doccurences.ts15 const highlightRequest = makeSessionRequest<protocol.FileLocationRequestArgs>(
25 const highlightRequest = makeSessionRequest<protocol.FileLocationRequestArgs>(
36 const highlightRequest = makeSessionRequest<protocol.FileLocationRequestArgs>(
DresolutionCache.ts83 … const getErrRequest = makeSessionRequest<server.protocol.SemanticDiagnosticsSyncRequestArgs>(
93 const changeRequest = makeSessionRequest<server.protocol.ChangeRequestArgs>(
232 … const getErrRequest = makeSessionRequest<server.protocol.SemanticDiagnosticsSyncRequestArgs>(
247 const changeRequest = makeSessionRequest<server.protocol.ChangeRequestArgs>(
275 … const getErrRequest = makeSessionRequest<server.protocol.SemanticDiagnosticsSyncRequestArgs>(
Dhelpers.ts780 export function makeSessionRequest<T>(command: string, args: T): protocol.Request { function
790 … return session.executeCommand(makeSessionRequest(command, args)).response as TResponse["body"];
794 session.executeCommand(makeSessionRequest(command, args));
799 session.executeCommand(makeSessionRequest<protocol.OpenRequestArgs>(CommandNames.Open,
806 …session.executeCommand(makeSessionRequest<protocol.FileRequestArgs>(CommandNames.Close, { file: fi…
DtypeOnlyImportChains.ts156 const req = makeSessionRequest<protocol.SemanticDiagnosticsSyncRequestArgs>(
Dprojects.ts13 … const getErrRequest = makeSessionRequest<server.protocol.SemanticDiagnosticsSyncRequestArgs>(
684 …const configureHostRequest = makeSessionRequest<protocol.ConfigureRequestArguments>(CommandNames.C…
744 …const configureHostRequest = makeSessionRequest<protocol.ConfigureRequestArguments>(CommandNames.C…
1188 …const configureHostRequest = makeSessionRequest<protocol.ConfigureRequestArguments>(CommandNames.C…
DcachingFileSystemInformation.ts203 …const getDefinitionRequest = makeSessionRequest<protocol.FileLocationRequestArgs>(protocol.Command…