File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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' ;
You can’t perform that action at this time.
0 commit comments