mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-06-16 15:51:35 -05:00
Accept baselines
This commit is contained in:
@@ -8190,7 +8190,6 @@ declare namespace ts.server {
|
||||
protected enableGlobalPlugins(options: CompilerOptions, pluginConfigOverrides: Map<any> | undefined): void;
|
||||
protected enablePlugin(pluginConfigEntry: PluginImport, searchPaths: string[], pluginConfigOverrides: Map<any> | undefined): void;
|
||||
private enableProxy;
|
||||
onPluginConfigurationChanged(pluginName: string, configuration: any): void;
|
||||
/** Starts a new check for diagnostics. Call this if some file has updated that would cause diagnostics to be changed. */
|
||||
refreshDiagnostics(): void;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user