Slight changes to the shape of monaco.d.ts

This commit is contained in:
Alex Dima 2018-03-15 10:09:56 +01:00
parent 739e59c08a
commit ce0cf14a2b
2 changed files with 4276 additions and 4280 deletions

View file

@ -3,7 +3,7 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
declare namespace monaco {
export namespace monaco {
export type Thenable<T> = PromiseLike<T>;
@ -52,9 +52,9 @@ declare namespace monaco {
#include(vs/editor/common/core/range): IRange, Range
#include(vs/editor/common/core/selection): ISelection, Selection, SelectionDirection
#include(vs/editor/common/core/token): Token
}
namespace editor {
export namespace monaco.editor {
#includeAll(vs/editor/standalone/browser/standaloneEditor;modes.=>languages.;editorCommon.=>):
#include(vs/editor/standalone/common/standaloneThemeService): BuiltinTheme, IStandaloneThemeData, IColors
@ -83,7 +83,7 @@ export type IReadOnlyModel = ITextModel;
export type IModel = ITextModel;
}
namespace languages {
export namespace monaco.languages {
#includeAll(vs/editor/standalone/browser/standaloneLanguages;modes.=>;editorCommon.=>editor.;model.=>editor.;IMarkerData=>editor.IMarkerData):
#includeAll(vs/editor/common/modes/languageConfiguration):
@ -93,10 +93,8 @@ namespace languages {
}
namespace worker {
export namespace monaco.worker {
#includeAll(vs/editor/common/services/editorSimpleWorker;):
}
}

8544
src/vs/monaco.d.ts vendored

File diff suppressed because it is too large Load diff