Home
last modified time | relevance | path

Searched refs:ApplyCodeActionCommandResult (Results 1 – 10 of 10) sorted by relevance

/third_party/typescript/src/services/
Dtypes.ts294 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
Dservices.ts2006 …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/
DtypingsCache.ts11 … installPackage(options: InstallPackageOptionsWithProject): Promise<ApplyCodeActionCommandResult>;
95 … installPackage(options: InstallPackageOptionsWithProject): Promise<ApplyCodeActionCommandResult> {
Dproject.ts371 installPackage(options: InstallPackageOptions): Promise<ApplyCodeActionCommandResult> {
/third_party/typescript/src/tsserver/
DnodeServer.ts522 …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/
Dtypescript.d.ts5465 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
DtypescriptServices.d.ts5465 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
Dtsserverlibrary.d.ts5465 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/
Dtsserverlibrary.d.ts5706 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>;
Dtypescript.d.ts5706 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