Home
last modified time | relevance | path

Searched refs:FormatOnKeyRequest (Results 1 – 6 of 6) sorted by relevance

/third_party/typescript/lib/
Dprotocol.d.ts1566 interface FormatOnKeyRequest extends FileLocationRequest { interface
Dtsserverlibrary.d.ts8143 interface FormatOnKeyRequest extends FileLocationRequest {
/third_party/typescript/src/server/
Dprotocol.ts2118 export interface FormatOnKeyRequest extends FileLocationRequest { interface
Dsession.ts2681 [CommandNames.Formatonkey]: (request: protocol.FormatOnKeyRequest) => {
2687 [CommandNames.FormatonkeyFull]: (request: protocol.FormatOnKeyRequest) => {
/third_party/typescript/src/harness/
Dclient.ts274 … const request = this.processRequest<protocol.FormatOnKeyRequest>(CommandNames.Formatonkey, args);
/third_party/typescript/tests/baselines/reference/api/
Dtsserverlibrary.d.ts8392 interface FormatOnKeyRequest extends FileLocationRequest {