Searched defs:CommandNames (Results 1 – 5 of 5) sorted by relevance
/third_party/typescript/src/testRunner/unittests/tsserver/ |
D | session.ts | 194 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/ |
D | session.ts | 127 export type CommandNames = protocol.CommandTypes; alias 128 export const CommandNames = (<any>protocol).CommandTypes; constant 621 const invalidPartialSemanticModeCommands: readonly CommandNames[] = [ constant 623 CommandNames.OpenExternalProjects, constant 624 CommandNames.CloseExternalProject, constant 625 CommandNames.SynchronizeProjectList, constant 626 CommandNames.EmitOutput, constant 627 CommandNames.CompileOnSaveAffectedFileList, constant 628 CommandNames.CompileOnSaveEmitFile, constant 629 CommandNames.CompilerOptionsDiagnosticsFull, constant [all …]
|
/third_party/skia/third_party/externals/angle2/scripts/ |
D | registry_xml.py | 418 class CommandNames: class
|
/third_party/typescript/lib/ |
D | tsserverlibrary.d.ts | 10039 type CommandNames = protocol.CommandTypes; alias 10040 const CommandNames: any; constant
|
/third_party/typescript/tests/baselines/reference/api/ |
D | tsserverlibrary.d.ts | 10324 type CommandNames = protocol.CommandTypes; alias 10325 const CommandNames: any; constant
|