Home
last modified time | relevance | path

Searched defs:CommandNames (Results 1 – 5 of 5) sorted by relevance

/third_party/typescript/src/testRunner/unittests/tsserver/
Dsession.ts194 CommandNames.BraceFull, constant
195 CommandNames.BraceCompletion, constant
196 CommandNames.Change, constant
197 CommandNames.Close, constant
198 CommandNames.Completions, constant
199 CommandNames.CompletionsFull, constant
200 CommandNames.CompletionDetails, constant
201 CommandNames.CompileOnSaveAffectedFileList, constant
202 CommandNames.Configure, constant
203 CommandNames.Definition, constant
[all …]
/third_party/typescript/src/server/
Dsession.ts127 export type CommandNames = protocol.CommandTypes; alias
128 export const CommandNames = (protocol as any).CommandTypes; constant
671 const invalidPartialSemanticModeCommands: readonly CommandNames[] = [ constant
673 CommandNames.OpenExternalProjects, constant
674 CommandNames.CloseExternalProject, constant
675 CommandNames.SynchronizeProjectList, constant
676 CommandNames.EmitOutput, constant
677 CommandNames.CompileOnSaveAffectedFileList, constant
678 CommandNames.CompileOnSaveEmitFile, constant
679 CommandNames.CompilerOptionsDiagnosticsFull, constant
[all …]
/third_party/skia/third_party/externals/angle2/scripts/
Dregistry_xml.py418 class CommandNames: class
/third_party/typescript/tests/baselines/reference/api/
Dtsserverlibrary.d.ts11192 type CommandNames = protocol.CommandTypes; alias
11193 const CommandNames: any; constant
/third_party/typescript/lib/
Dtsserverlibrary.d.ts11192 type CommandNames = protocol.CommandTypes; alias
11193 const CommandNames: any; constant