Accept baselines

This commit is contained in:
Mine Starks
2018-10-29 12:44:14 -07:00
parent db914d8739
commit 9bb87ecf2e

View File

@@ -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;
}