Skip to content

Commit

Permalink
Accept baselines
Browse files Browse the repository at this point in the history
  • Loading branch information
minestarks committed Oct 29, 2018
1 parent db914d8 commit 9bb87ec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/baselines/reference/api/tsserverlibrary.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 9bb87ec

Please sign in to comment.