mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
update baselines
This commit is contained in:
@@ -6927,6 +6927,11 @@ declare namespace ts.server {
|
||||
* Otherwise, events are sent through the host.
|
||||
*/
|
||||
eventPort?: number;
|
||||
/**
|
||||
* An optional callback overriding the default behavior for sending events.
|
||||
* if set, `canUseEvents` and `eventPort` are ignored.
|
||||
*/
|
||||
event?: Event;
|
||||
eventHandler?: ProjectServiceEventHandler;
|
||||
throttleWaitMilliseconds?: number;
|
||||
globalPlugins?: ReadonlyArray<string>;
|
||||
|
||||
Reference in New Issue
Block a user