@codingame/monaco-vscode-editor-api 4.4.1 → 4.5.0-improve-code-splitting.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -12,7 +12,7 @@ import { createWebWorker as createWebWorker$1 } from 'vscode/vscode/vs/editor/br
|
|
|
12
12
|
import { EditorZoom } from 'vscode/vscode/vs/editor/common/config/editorZoom';
|
|
13
13
|
import { BareFontInfo, FontInfo } from 'vscode/vscode/vs/editor/common/config/fontInfo';
|
|
14
14
|
import { EditorType } from 'vscode/vscode/vs/editor/common/editorCommon';
|
|
15
|
-
import {
|
|
15
|
+
import { Token as Token$1, TokenizationRegistry, TokenizationResult, EncodedTokenizationResult, LazyTokenizationSupport, FoldingRangeKind, SelectedSuggestionInfo } from 'vscode/vscode/vs/editor/common/languages';
|
|
16
16
|
import { ILanguageService } from 'vscode/vscode/vs/editor/common/languages/language';
|
|
17
17
|
import { ILanguageConfigurationService } from 'vscode/vscode/vs/editor/common/languages/languageConfigurationRegistry';
|
|
18
18
|
import { PLAINTEXT_LANGUAGE_ID, ModesRegistry } from 'vscode/vscode/vs/editor/common/languages/modesRegistry';
|
|
@@ -25,16 +25,16 @@ import { LineTokens } from 'vscode/vscode/vs/editor/common/tokens/lineTokens';
|
|
|
25
25
|
import { renderViewLine2, RenderLineInput } from 'vscode/vscode/vs/editor/common/viewLayout/viewLineRenderer';
|
|
26
26
|
import { ViewLineRenderingData } from 'vscode/vscode/vs/editor/common/viewModel';
|
|
27
27
|
import { __decorate, __param } from 'vscode/external/tslib/tslib.es6.js';
|
|
28
|
-
import { IConfigurationService } from 'vscode/vscode/vs/platform/configuration/common/configuration';
|
|
28
|
+
import { IConfigurationService } from 'vscode/vscode/vs/platform/configuration/common/configuration.service';
|
|
29
29
|
import { StandaloneEditor, StandaloneDiffEditor2, createTextModel } from 'vscode/vscode/vs/editor/standalone/browser/standaloneCodeEditor';
|
|
30
30
|
import { StandaloneServices, StandaloneKeybindingService } from 'vscode/vscode/vs/editor/standalone/browser/standaloneServices';
|
|
31
31
|
import { IStandaloneThemeService } from 'vscode/vscode/vs/editor/standalone/common/standaloneTheme';
|
|
32
32
|
import { MenuRegistry, MenuId } from 'vscode/vscode/vs/platform/actions/common/actions';
|
|
33
33
|
import { CommandsRegistry } from 'vscode/vscode/vs/platform/commands/common/commands';
|
|
34
34
|
import { ContextKeyExpr } from 'vscode/vscode/vs/platform/contextkey/common/contextkey';
|
|
35
|
-
import { IKeybindingService } from 'vscode/vscode/vs/platform/keybinding/common/keybinding';
|
|
36
|
-
import { IMarkerService } from 'vscode/vscode/vs/platform/markers/common/markers';
|
|
37
|
-
import { IOpenerService } from 'vscode/vscode/vs/platform/opener/common/opener';
|
|
35
|
+
import { IKeybindingService } from 'vscode/vscode/vs/platform/keybinding/common/keybinding.service';
|
|
36
|
+
import { IMarkerService } from 'vscode/vscode/vs/platform/markers/common/markers.service';
|
|
37
|
+
import { IOpenerService } from 'vscode/vscode/vs/platform/opener/common/opener.service';
|
|
38
38
|
import { MultiDiffEditorWidget } from 'vscode/vscode/vs/editor/browser/widget/multiDiffEditor/multiDiffEditorWidget';
|
|
39
39
|
import { Color } from 'vscode/vscode/vs/base/common/color';
|
|
40
40
|
import { Range as Range$1 } from 'vscode/vscode/vs/editor/common/core/range';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codingame/monaco-vscode-editor-api",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.5.0-improve-code-splitting.1",
|
|
4
4
|
"keywords": [],
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "CodinGame",
|
|
@@ -49,6 +49,6 @@
|
|
|
49
49
|
"module": "esm/vs/editor/editor.api.js",
|
|
50
50
|
"types": "esm/vs/editor/editor.api.d.ts",
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"vscode": "npm:@codingame/monaco-vscode-api@4.
|
|
52
|
+
"vscode": "npm:@codingame/monaco-vscode-api@4.5.0-improve-code-splitting.1"
|
|
53
53
|
}
|
|
54
54
|
}
|