Skip to content

Commit

Permalink
Slight changes to the shape of monaco.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdima committed Mar 15, 2018
1 parent 739e59c commit ce0cf14
Show file tree
Hide file tree
Showing 2 changed files with 3,990 additions and 3,994 deletions.
12 changes: 5 additions & 7 deletions build/monaco/monaco.d.ts.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -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>;

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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):
Expand All @@ -93,10 +93,8 @@ namespace languages {

}

namespace worker {
export namespace monaco.worker {

#includeAll(vs/editor/common/services/editorSimpleWorker;):

}

}
Loading

0 comments on commit ce0cf14

Please sign in to comment.