Home
last modified time | relevance | path

Searched refs:stringifyIndented (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/src/tsserver/
DnodeServer.ts213 … logger.info(`Starting ${process.execPath} with args:${stringifyIndented(args)}`);
536 … this.logger.info(`Scheduling throttled operation:${stringifyIndented(request)}`);
543 this.logger.info(`Sending request:${stringifyIndented(request)}`);
563 this.logger.info(`Received response:${stringifyIndented(response)}`);
/third_party/typescript/src/server/
Dutilities.ts104 export function stringifyIndented(json: {}): string { function
Dsession.ts3357 this.logger.msg(`Unrecognized JSON command:${stringifyIndented(request)}`, Msg.Err);