Skip to content

Commit 3ea352c

Browse files
committed
Remove edcore.main
1 parent 0b00685 commit 3ea352c

3 files changed

Lines changed: 13 additions & 19 deletions

File tree

build/monaco/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "monaco-editor-core",
33
"private": true,
4-
"version": "0.11.2",
4+
"version": "0.11.3",
55
"description": "A browser based code editor",
66
"author": "Microsoft Corporation",
77
"license": "MIT",

src/vs/editor/edcore.main.ts

Lines changed: 0 additions & 17 deletions
This file was deleted.

src/vs/editor/editor.main.ts

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,15 @@
33
* Licensed under the MIT License. See License.txt in the project root for license information.
44
*--------------------------------------------------------------------------------------------*/
55

6-
export * from 'vs/editor/edcore.main';
6+
'use strict';
7+
8+
import 'vs/editor/editor.all';
9+
import 'vs/editor/standalone/browser/accessibilityHelp/accessibilityHelp';
10+
import 'vs/editor/standalone/browser/inspectTokens/inspectTokens';
11+
import 'vs/editor/standalone/browser/iPadShowKeyboard/iPadShowKeyboard';
12+
import 'vs/editor/standalone/browser/quickOpen/quickOutline';
13+
import 'vs/editor/standalone/browser/quickOpen/gotoLine';
14+
import 'vs/editor/standalone/browser/quickOpen/quickCommand';
15+
import 'vs/editor/standalone/browser/toggleHighContrast/toggleHighContrast';
16+
17+
export * from 'vs/editor/editor.api';

0 commit comments

Comments
 (0)