More fixes to monaco.d.ts

This commit is contained in:
Alex Dima 2018-03-15 10:42:59 +01:00
parent 3eb8bdcbad
commit 42c2387eb0
2 changed files with 8 additions and 8 deletions

View file

@ -3,7 +3,7 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
export namespace monaco {
declare namespace monaco {
export type Thenable<T> = PromiseLike<T>;
@ -54,7 +54,7 @@ export namespace monaco {
#include(vs/editor/common/core/token): Token
}
export namespace monaco.editor {
declare 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;
}
export namespace monaco.languages {
declare namespace monaco.languages {
#includeAll(vs/editor/standalone/browser/standaloneLanguages;modes.=>;editorCommon.=>editor.;model.=>editor.;IMarkerData=>editor.IMarkerData):
#includeAll(vs/editor/common/modes/languageConfiguration):
@ -93,7 +93,7 @@ export namespace monaco.languages {
}
export namespace monaco.worker {
declare namespace monaco.worker {
#includeAll(vs/editor/common/services/editorSimpleWorker;):

8
src/vs/monaco.d.ts vendored
View file

@ -3,7 +3,7 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
export namespace monaco {
declare namespace monaco {
export type Thenable<T> = PromiseLike<T>;
@ -766,7 +766,7 @@ export namespace monaco {
}
}
export namespace monaco.editor {
declare namespace monaco.editor {
/**
@ -3918,7 +3918,7 @@ export namespace monaco.editor {
export type IModel = ITextModel;
}
export namespace monaco.languages {
declare namespace monaco.languages {
/**
@ -5141,7 +5141,7 @@ export namespace monaco.languages {
}
export namespace monaco.worker {
declare namespace monaco.worker {
export interface IMirrorModel {