Searched refs:ApplyCodeActionCommandResult (Results 1 – 10 of 10) sorted by relevance
| /third_party/typescript/src/services/ |
| D | types.ts | 309 installPackage?(options: InstallPackageOptions): Promise<ApplyCodeActionCommandResult>; 542 …on: CodeActionCommand, formatSettings?: FormatCodeSettings): Promise<ApplyCodeActionCommandResult>; 543 …CodeActionCommand[], formatSettings?: FormatCodeSettings): Promise<ApplyCodeActionCommandResult[]>; 544 … formatSettings?: FormatCodeSettings): Promise<ApplyCodeActionCommandResult | ApplyCodeActionComma… 546 …eActionCommand(fileName: string, action: CodeActionCommand): Promise<ApplyCodeActionCommandResult>; 548 …ionCommand(fileName: string, action: CodeActionCommand[]): Promise<ApplyCodeActionCommandResult[]>; 550 …eActionCommand | CodeActionCommand[]): Promise<ApplyCodeActionCommandResult | ApplyCodeActionComma… 673 export interface ApplyCodeActionCommandResult { interface
|
| D | services.ts | 2128 …on: CodeActionCommand, formatSettings?: FormatCodeSettings): Promise<ApplyCodeActionCommandResult>; 2129 …CodeActionCommand[], formatSettings?: FormatCodeSettings): Promise<ApplyCodeActionCommandResult[]>; 2130 … formatSettings?: FormatCodeSettings): Promise<ApplyCodeActionCommandResult | ApplyCodeActionComma… 2131 …odeActionCommand(fileName: Path, action: CodeActionCommand): Promise<ApplyCodeActionCommandResult>; 2132 …ctionCommand(fileName: Path, action: CodeActionCommand[]): Promise<ApplyCodeActionCommandResult[]>; 2133 …ActionCommand[] | FormatCodeSettings): Promise<ApplyCodeActionCommandResult | ApplyCodeActionComma… 2138 …on applySingleCodeActionCommand(action: CodeActionCommand): Promise<ApplyCodeActionCommandResult> {
|
| /third_party/typescript/src/server/ |
| D | typingsCache.ts | 11 … installPackage(options: InstallPackageOptionsWithProject): Promise<ApplyCodeActionCommandResult>; 95 … installPackage(options: InstallPackageOptionsWithProject): Promise<ApplyCodeActionCommandResult> {
|
| D | project.ts | 442 installPackage(options: InstallPackageOptions): Promise<ApplyCodeActionCommandResult> {
|
| /third_party/typescript/src/tsserver/ |
| D | nodeServer.ts | 432 …private packageInstalledPromise: { resolve(value: ApplyCodeActionCommandResult): void, reject(reas… 462 … installPackage(options: InstallPackageOptionsWithProject): Promise<ApplyCodeActionCommandResult> { 465 return new Promise<ApplyCodeActionCommandResult>((resolve, reject) => {
|
| /third_party/typescript/lib/ |
| D | tsserverlibrary.d.ts | 6219 installPackage?(options: InstallPackageOptions): Promise<ApplyCodeActionCommandResult>; 6377 …on: CodeActionCommand, formatSettings?: FormatCodeSettings): Promise<ApplyCodeActionCommandResult>; 6378 …CodeActionCommand[], formatSettings?: FormatCodeSettings): Promise<ApplyCodeActionCommandResult[]>; 6379 … formatSettings?: FormatCodeSettings): Promise<ApplyCodeActionCommandResult | ApplyCodeActionComma… 6381 …eActionCommand(fileName: string, action: CodeActionCommand): Promise<ApplyCodeActionCommandResult>; 6383 …ionCommand(fileName: string, action: CodeActionCommand[]): Promise<ApplyCodeActionCommandResult[]>; 6385 …eActionCommand | CodeActionCommand[]): Promise<ApplyCodeActionCommandResult | ApplyCodeActionComma… 6477 interface ApplyCodeActionCommandResult { interface 10472 … installPackage(options: InstallPackageOptionsWithProject): Promise<ApplyCodeActionCommandResult>; 10565 installPackage(options: InstallPackageOptions): Promise<ApplyCodeActionCommandResult>;
|
| D | typescript.d.ts | 6219 installPackage?(options: InstallPackageOptions): Promise<ApplyCodeActionCommandResult>; 6377 …on: CodeActionCommand, formatSettings?: FormatCodeSettings): Promise<ApplyCodeActionCommandResult>; 6378 …CodeActionCommand[], formatSettings?: FormatCodeSettings): Promise<ApplyCodeActionCommandResult[]>; 6379 … formatSettings?: FormatCodeSettings): Promise<ApplyCodeActionCommandResult | ApplyCodeActionComma… 6381 …eActionCommand(fileName: string, action: CodeActionCommand): Promise<ApplyCodeActionCommandResult>; 6383 …ionCommand(fileName: string, action: CodeActionCommand[]): Promise<ApplyCodeActionCommandResult[]>; 6385 …eActionCommand | CodeActionCommand[]): Promise<ApplyCodeActionCommandResult | ApplyCodeActionComma… 6477 interface ApplyCodeActionCommandResult { interface
|
| D | typescriptServices.d.ts | 6219 installPackage?(options: InstallPackageOptions): Promise<ApplyCodeActionCommandResult>; 6377 …on: CodeActionCommand, formatSettings?: FormatCodeSettings): Promise<ApplyCodeActionCommandResult>; 6378 …CodeActionCommand[], formatSettings?: FormatCodeSettings): Promise<ApplyCodeActionCommandResult[]>; 6379 … formatSettings?: FormatCodeSettings): Promise<ApplyCodeActionCommandResult | ApplyCodeActionComma… 6381 …eActionCommand(fileName: string, action: CodeActionCommand): Promise<ApplyCodeActionCommandResult>; 6383 …ionCommand(fileName: string, action: CodeActionCommand[]): Promise<ApplyCodeActionCommandResult[]>; 6385 …eActionCommand | CodeActionCommand[]): Promise<ApplyCodeActionCommandResult | ApplyCodeActionComma… 6477 interface ApplyCodeActionCommandResult { interface
|
| /third_party/typescript/tests/baselines/reference/api/ |
| D | tsserverlibrary.d.ts | 6219 installPackage?(options: InstallPackageOptions): Promise<ApplyCodeActionCommandResult>; 6377 …on: CodeActionCommand, formatSettings?: FormatCodeSettings): Promise<ApplyCodeActionCommandResult>; 6378 …CodeActionCommand[], formatSettings?: FormatCodeSettings): Promise<ApplyCodeActionCommandResult[]>; 6379 … formatSettings?: FormatCodeSettings): Promise<ApplyCodeActionCommandResult | ApplyCodeActionComma… 6381 …eActionCommand(fileName: string, action: CodeActionCommand): Promise<ApplyCodeActionCommandResult>; 6383 …ionCommand(fileName: string, action: CodeActionCommand[]): Promise<ApplyCodeActionCommandResult[]>; 6385 …eActionCommand | CodeActionCommand[]): Promise<ApplyCodeActionCommandResult | ApplyCodeActionComma… 6477 interface ApplyCodeActionCommandResult { interface 10472 … installPackage(options: InstallPackageOptionsWithProject): Promise<ApplyCodeActionCommandResult>; 10565 installPackage(options: InstallPackageOptions): Promise<ApplyCodeActionCommandResult>;
|
| D | typescript.d.ts | 6219 installPackage?(options: InstallPackageOptions): Promise<ApplyCodeActionCommandResult>; 6377 …on: CodeActionCommand, formatSettings?: FormatCodeSettings): Promise<ApplyCodeActionCommandResult>; 6378 …CodeActionCommand[], formatSettings?: FormatCodeSettings): Promise<ApplyCodeActionCommandResult[]>; 6379 … formatSettings?: FormatCodeSettings): Promise<ApplyCodeActionCommandResult | ApplyCodeActionComma… 6381 …eActionCommand(fileName: string, action: CodeActionCommand): Promise<ApplyCodeActionCommandResult>; 6383 …ionCommand(fileName: string, action: CodeActionCommand[]): Promise<ApplyCodeActionCommandResult[]>; 6385 …eActionCommand | CodeActionCommand[]): Promise<ApplyCodeActionCommandResult | ApplyCodeActionComma… 6477 interface ApplyCodeActionCommandResult { interface
|