mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 13:55:41 +01:00
minimize API surface of LanguageServiceDefaults
This commit is contained in:
parent
5767393c5b
commit
b9333be154
1 changed files with 0 additions and 4 deletions
4
src/monaco.d.ts
vendored
4
src/monaco.d.ts
vendored
|
|
@ -95,12 +95,8 @@ declare module monaco.languages.typescript {
|
|||
}
|
||||
|
||||
export interface LanguageServiceDefaults {
|
||||
onDidChange: IEvent<LanguageServiceDefaults>;
|
||||
extraLibs: { [path:string]: string; };
|
||||
addExtraLib(content: string, filePath?: string): IDisposable;
|
||||
compilerOptions: CompilerOptions;
|
||||
setCompilerOptions(options: CompilerOptions): void;
|
||||
diagnosticsOptions: DiagnosticsOptions;
|
||||
setDiagnosticsOptions(options: DiagnosticsOptions): void;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue