mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-16 15:45:27 -05:00
Make Response.performanceData public (#36595)
This commit is contained in:
@@ -237,11 +237,12 @@ namespace ts.server.protocol {
|
||||
*/
|
||||
metadata?: unknown;
|
||||
|
||||
/* @internal */
|
||||
/**
|
||||
* Exposes information about the performance of this request-response pair.
|
||||
*/
|
||||
performanceData?: PerformanceData;
|
||||
}
|
||||
|
||||
/* @internal */
|
||||
export interface PerformanceData {
|
||||
/**
|
||||
* Time spent updating the program graph, in milliseconds.
|
||||
|
||||
Reference in New Issue
Block a user