Searched refs:ApplyCodeActionCommandResult (Results 1 – 10 of 10) sorted by relevance
| /third_party/typescript/src/services/ |
| D | types.ts | 294 installPackage?(options: InstallPackageOptions): Promise<ApplyCodeActionCommandResult>; 515 …on: CodeActionCommand, formatSettings?: FormatCodeSettings): Promise<ApplyCodeActionCommandResult>; 516 …CodeActionCommand[], formatSettings?: FormatCodeSettings): Promise<ApplyCodeActionCommandResult[]>; 517 … formatSettings?: FormatCodeSettings): Promise<ApplyCodeActionCommandResult | ApplyCodeActionComma… 519 …eActionCommand(fileName: string, action: CodeActionCommand): Promise<ApplyCodeActionCommandResult>; 521 …ionCommand(fileName: string, action: CodeActionCommand[]): Promise<ApplyCodeActionCommandResult[]>; 523 …eActionCommand | CodeActionCommand[]): Promise<ApplyCodeActionCommandResult | ApplyCodeActionComma… 614 export interface ApplyCodeActionCommandResult { interface
|
| D | services.ts | 2006 …on: CodeActionCommand, formatSettings?: FormatCodeSettings): Promise<ApplyCodeActionCommandResult>; 2007 …CodeActionCommand[], formatSettings?: FormatCodeSettings): Promise<ApplyCodeActionCommandResult[]>; 2008 … formatSettings?: FormatCodeSettings): Promise<ApplyCodeActionCommandResult | ApplyCodeActionComma… 2009 …odeActionCommand(fileName: Path, action: CodeActionCommand): Promise<ApplyCodeActionCommandResult>; 2010 …ctionCommand(fileName: Path, action: CodeActionCommand[]): Promise<ApplyCodeActionCommandResult[]>; 2011 …ActionCommand[] | FormatCodeSettings): Promise<ApplyCodeActionCommandResult | ApplyCodeActionComma… 2016 …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 | 371 installPackage(options: InstallPackageOptions): Promise<ApplyCodeActionCommandResult> {
|
| /third_party/typescript/src/tsserver/ |
| D | nodeServer.ts | 522 …private packageInstalledPromise: { resolve(value: ApplyCodeActionCommandResult): void, reject(reas… 552 … installPackage(options: InstallPackageOptionsWithProject): Promise<ApplyCodeActionCommandResult> { 555 return new Promise<ApplyCodeActionCommandResult>((resolve, reject) => {
|
| /third_party/typescript/lib/ |
| D | typescript.d.ts | 5465 installPackage?(options: InstallPackageOptions): Promise<ApplyCodeActionCommandResult>; 5611 …on: CodeActionCommand, formatSettings?: FormatCodeSettings): Promise<ApplyCodeActionCommandResult>; 5612 …CodeActionCommand[], formatSettings?: FormatCodeSettings): Promise<ApplyCodeActionCommandResult[]>; 5613 … formatSettings?: FormatCodeSettings): Promise<ApplyCodeActionCommandResult | ApplyCodeActionComma… 5615 …eActionCommand(fileName: string, action: CodeActionCommand): Promise<ApplyCodeActionCommandResult>; 5617 …ionCommand(fileName: string, action: CodeActionCommand[]): Promise<ApplyCodeActionCommandResult[]>; 5619 …eActionCommand | CodeActionCommand[]): Promise<ApplyCodeActionCommandResult | ApplyCodeActionComma… 5690 interface ApplyCodeActionCommandResult { interface
|
| D | typescriptServices.d.ts | 5465 installPackage?(options: InstallPackageOptions): Promise<ApplyCodeActionCommandResult>; 5611 …on: CodeActionCommand, formatSettings?: FormatCodeSettings): Promise<ApplyCodeActionCommandResult>; 5612 …CodeActionCommand[], formatSettings?: FormatCodeSettings): Promise<ApplyCodeActionCommandResult[]>; 5613 … formatSettings?: FormatCodeSettings): Promise<ApplyCodeActionCommandResult | ApplyCodeActionComma… 5615 …eActionCommand(fileName: string, action: CodeActionCommand): Promise<ApplyCodeActionCommandResult>; 5617 …ionCommand(fileName: string, action: CodeActionCommand[]): Promise<ApplyCodeActionCommandResult[]>; 5619 …eActionCommand | CodeActionCommand[]): Promise<ApplyCodeActionCommandResult | ApplyCodeActionComma… 5690 interface ApplyCodeActionCommandResult { interface
|
| D | tsserverlibrary.d.ts | 5465 installPackage?(options: InstallPackageOptions): Promise<ApplyCodeActionCommandResult>; 5611 …on: CodeActionCommand, formatSettings?: FormatCodeSettings): Promise<ApplyCodeActionCommandResult>; 5612 …CodeActionCommand[], formatSettings?: FormatCodeSettings): Promise<ApplyCodeActionCommandResult[]>; 5613 … formatSettings?: FormatCodeSettings): Promise<ApplyCodeActionCommandResult | ApplyCodeActionComma… 5615 …eActionCommand(fileName: string, action: CodeActionCommand): Promise<ApplyCodeActionCommandResult>; 5617 …ionCommand(fileName: string, action: CodeActionCommand[]): Promise<ApplyCodeActionCommandResult[]>; 5619 …eActionCommand | CodeActionCommand[]): Promise<ApplyCodeActionCommandResult | ApplyCodeActionComma… 5690 interface ApplyCodeActionCommandResult { interface 9347 … installPackage(options: InstallPackageOptionsWithProject): Promise<ApplyCodeActionCommandResult>; 9434 installPackage(options: InstallPackageOptions): Promise<ApplyCodeActionCommandResult>;
|
| /third_party/typescript/tests/baselines/reference/api/ |
| D | tsserverlibrary.d.ts | 5706 installPackage?(options: InstallPackageOptions): Promise<ApplyCodeActionCommandResult>; 5854 …on: CodeActionCommand, formatSettings?: FormatCodeSettings): Promise<ApplyCodeActionCommandResult>; 5855 …CodeActionCommand[], formatSettings?: FormatCodeSettings): Promise<ApplyCodeActionCommandResult[]>; 5856 … formatSettings?: FormatCodeSettings): Promise<ApplyCodeActionCommandResult | ApplyCodeActionComma… 5858 …eActionCommand(fileName: string, action: CodeActionCommand): Promise<ApplyCodeActionCommandResult>; 5860 …ionCommand(fileName: string, action: CodeActionCommand[]): Promise<ApplyCodeActionCommandResult[]>; 5862 …eActionCommand | CodeActionCommand[]): Promise<ApplyCodeActionCommandResult | ApplyCodeActionComma… 5933 interface ApplyCodeActionCommandResult { interface 9626 … installPackage(options: InstallPackageOptionsWithProject): Promise<ApplyCodeActionCommandResult>; 9715 installPackage(options: InstallPackageOptions): Promise<ApplyCodeActionCommandResult>;
|
| D | typescript.d.ts | 5706 installPackage?(options: InstallPackageOptions): Promise<ApplyCodeActionCommandResult>; 5854 …on: CodeActionCommand, formatSettings?: FormatCodeSettings): Promise<ApplyCodeActionCommandResult>; 5855 …CodeActionCommand[], formatSettings?: FormatCodeSettings): Promise<ApplyCodeActionCommandResult[]>; 5856 … formatSettings?: FormatCodeSettings): Promise<ApplyCodeActionCommandResult | ApplyCodeActionComma… 5858 …eActionCommand(fileName: string, action: CodeActionCommand): Promise<ApplyCodeActionCommandResult>; 5860 …ionCommand(fileName: string, action: CodeActionCommand[]): Promise<ApplyCodeActionCommandResult[]>; 5862 …eActionCommand | CodeActionCommand[]): Promise<ApplyCodeActionCommandResult | ApplyCodeActionComma… 5933 interface ApplyCodeActionCommandResult { interface
|