提交 304bb33e 编写于 作者: A Alex Dima

More fixes to monaco.d.ts

上级 7054b615
......@@ -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>;
......@@ -46,7 +46,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
......@@ -75,7 +75,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):
......@@ -85,7 +85,7 @@ export namespace monaco.languages {
}
export namespace monaco.worker {
declare namespace monaco.worker {
#includeAll(vs/editor/common/services/editorSimpleWorker;):
......
......@@ -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>;
......@@ -758,7 +758,7 @@ export namespace monaco {
}
}
export namespace monaco.editor {
declare namespace monaco.editor {
/**
......@@ -3896,7 +3896,7 @@ export namespace monaco.editor {
export type IModel = ITextModel;
}
export namespace monaco.languages {
declare namespace monaco.languages {
/**
......@@ -5119,7 +5119,7 @@ export namespace monaco.languages {
}
export namespace monaco.worker {
declare namespace monaco.worker {
export interface IMirrorModel {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册