New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@codingame/monaco-vscode-0c06bfba-d24d-5c4d-90cd-b40cefb7f811-common

Package Overview
Dependencies
Maintainers
6
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codingame/monaco-vscode-0c06bfba-d24d-5c4d-90cd-b40cefb7f811-common - npm Package Compare versions

Comparing version 12.0.1 to 13.0.0

13

package.json
{
"name": "@codingame/monaco-vscode-0c06bfba-d24d-5c4d-90cd-b40cefb7f811-common",
"version": "12.0.1",
"version": "13.0.0",
"private": false,

@@ -18,8 +18,9 @@ "description": "VSCode public API plugged on the monaco editor - common package (files, model, view-common)",

"dependencies": {
"@codingame/monaco-vscode-2e67e044-0db9-5fa6-8bd1-3737a7d586d4-common": "12.0.1",
"@codingame/monaco-vscode-a4683c2b-a0d2-5112-96ba-eedc605346d2-common": "12.0.1",
"@codingame/monaco-vscode-e571cbbb-526b-5d8b-92c5-a0437d2dabb3-common": "12.0.1",
"vscode": "npm:@codingame/monaco-vscode-api@12.0.1"
"@codingame/monaco-vscode-2e67e044-0db9-5fa6-8bd1-3737a7d586d4-common": "13.0.0",
"@codingame/monaco-vscode-a4683c2b-a0d2-5112-96ba-eedc605346d2-common": "13.0.0",
"@codingame/monaco-vscode-e571cbbb-526b-5d8b-92c5-a0437d2dabb3-common": "13.0.0"
},
"peerDependencies": {},
"peerDependencies": {
"@codingame/monaco-vscode-api": "13.0.0"
},
"peerDependenciesMeta": {},

@@ -26,0 +27,0 @@ "exports": {

@@ -1,24 +0,24 @@

import { URI } from "vscode/vscode/vs/base/common/uri";
import { EncodingMode, TextFileEditorModelState, ITextFileEditorModel, ITextFileResolveOptions, IResolvedTextFileEditorModel, TextFileResolveReason, ITextFileEditorModelSaveEvent, ITextFileSaveAsOptions } from "vscode/vscode/vs/workbench/services/textfile/common/textfiles";
import { ITextFileService } from "vscode/vscode/vs/workbench/services/textfile/common/textfiles.service";
import { IRevertOptions } from "vscode/vscode/vs/workbench/common/editor";
import { URI } from "@codingame/monaco-vscode-api/vscode/vs/base/common/uri";
import { EncodingMode, TextFileEditorModelState, ITextFileEditorModel, ITextFileResolveOptions, IResolvedTextFileEditorModel, TextFileResolveReason, ITextFileEditorModelSaveEvent, ITextFileSaveAsOptions } from "@codingame/monaco-vscode-api/vscode/vs/workbench/services/textfile/common/textfiles";
import { ITextFileService } from "@codingame/monaco-vscode-api/vscode/vs/workbench/services/textfile/common/textfiles.service";
import { IRevertOptions } from "@codingame/monaco-vscode-api/vscode/vs/workbench/common/editor";
import { BaseTextEditorModel } from "@codingame/monaco-vscode-e571cbbb-526b-5d8b-92c5-a0437d2dabb3-common/vscode/vs/workbench/common/editor/textEditorModel";
import { IWorkingCopyBackupService } from "vscode/vscode/vs/workbench/services/workingCopy/common/workingCopyBackup.service";
import { IFileStatWithMetadata } from "vscode/vscode/vs/platform/files/common/files";
import { IFileService } from "vscode/vscode/vs/platform/files/common/files.service";
import { ILanguageService } from "vscode/vscode/vs/editor/common/languages/language";
import { IModelService } from "vscode/vscode/vs/editor/common/services/model";
import { ITextModel } from "vscode/vscode/vs/editor/common/model";
import { ILogService } from "vscode/vscode/vs/platform/log/common/log.service";
import { IWorkingCopyService } from "vscode/vscode/vs/workbench/services/workingCopy/common/workingCopyService.service";
import { IWorkingCopyBackupService } from "@codingame/monaco-vscode-api/vscode/vs/workbench/services/workingCopy/common/workingCopyBackup.service";
import { IFileStatWithMetadata } from "@codingame/monaco-vscode-api/vscode/vs/platform/files/common/files";
import { IFileService } from "@codingame/monaco-vscode-api/vscode/vs/platform/files/common/files.service";
import { ILanguageService } from "@codingame/monaco-vscode-api/vscode/vs/editor/common/languages/language";
import { IModelService } from "@codingame/monaco-vscode-api/vscode/vs/editor/common/services/model";
import { ITextModel } from "@codingame/monaco-vscode-api/vscode/vs/editor/common/model";
import { ILogService } from "@codingame/monaco-vscode-api/vscode/vs/platform/log/common/log.service";
import { IWorkingCopyService } from "@codingame/monaco-vscode-api/vscode/vs/workbench/services/workingCopy/common/workingCopyService.service";
import { IWorkingCopyBackup, WorkingCopyCapabilities } from "@codingame/monaco-vscode-a4683c2b-a0d2-5112-96ba-eedc605346d2-common/vscode/vs/workbench/services/workingCopy/common/workingCopy";
import { IFilesConfigurationService } from "vscode/vscode/vs/workbench/services/filesConfiguration/common/filesConfigurationService.service";
import { ILabelService } from "vscode/vscode/vs/platform/label/common/label.service";
import { CancellationToken } from "vscode/vscode/vs/base/common/cancellation";
import { ILanguageDetectionService } from "vscode/vscode/vs/workbench/services/languageDetection/common/languageDetectionWorkerService.service";
import { IPathService } from "vscode/vscode/vs/workbench/services/path/common/pathService.service";
import { IAccessibilityService } from "vscode/vscode/vs/platform/accessibility/common/accessibility.service";
import { IExtensionService } from "vscode/vscode/vs/workbench/services/extensions/common/extensions.service";
import { IMarkdownString } from "vscode/vscode/vs/base/common/htmlContent";
import { IProgressService } from "vscode/vscode/vs/platform/progress/common/progress.service";
import { IFilesConfigurationService } from "@codingame/monaco-vscode-api/vscode/vs/workbench/services/filesConfiguration/common/filesConfigurationService.service";
import { ILabelService } from "@codingame/monaco-vscode-api/vscode/vs/platform/label/common/label.service";
import { CancellationToken } from "@codingame/monaco-vscode-api/vscode/vs/base/common/cancellation";
import { ILanguageDetectionService } from "@codingame/monaco-vscode-api/vscode/vs/workbench/services/languageDetection/common/languageDetectionWorkerService.service";
import { IPathService } from "@codingame/monaco-vscode-api/vscode/vs/workbench/services/path/common/pathService.service";
import { IAccessibilityService } from "@codingame/monaco-vscode-api/vscode/vs/platform/accessibility/common/accessibility.service";
import { IExtensionService } from "@codingame/monaco-vscode-api/vscode/vs/workbench/services/extensions/common/extensions.service";
import { IMarkdownString } from "@codingame/monaco-vscode-api/vscode/vs/base/common/htmlContent";
import { IProgressService } from "@codingame/monaco-vscode-api/vscode/vs/platform/progress/common/progress.service";
export declare class TextFileEditorModel extends BaseTextEditorModel implements ITextFileEditorModel {

@@ -40,19 +40,19 @@ readonly resource: URI;

private readonly _onDidChangeContent;
readonly onDidChangeContent: import("vscode/vscode/vs/base/common/event").Event<void>;
readonly onDidChangeContent: import("@codingame/monaco-vscode-api/vscode/vs/base/common/event").Event<void>;
private readonly _onDidResolve;
readonly onDidResolve: import("vscode/vscode/vs/base/common/event").Event<TextFileResolveReason>;
readonly onDidResolve: import("@codingame/monaco-vscode-api/vscode/vs/base/common/event").Event<TextFileResolveReason>;
private readonly _onDidChangeDirty;
readonly onDidChangeDirty: import("vscode/vscode/vs/base/common/event").Event<void>;
readonly onDidChangeDirty: import("@codingame/monaco-vscode-api/vscode/vs/base/common/event").Event<void>;
private readonly _onDidSaveError;
readonly onDidSaveError: import("vscode/vscode/vs/base/common/event").Event<void>;
readonly onDidSaveError: import("@codingame/monaco-vscode-api/vscode/vs/base/common/event").Event<void>;
private readonly _onDidSave;
readonly onDidSave: import("vscode/vscode/vs/base/common/event").Event<ITextFileEditorModelSaveEvent>;
readonly onDidSave: import("@codingame/monaco-vscode-api/vscode/vs/base/common/event").Event<ITextFileEditorModelSaveEvent>;
private readonly _onDidRevert;
readonly onDidRevert: import("vscode/vscode/vs/base/common/event").Event<void>;
readonly onDidRevert: import("@codingame/monaco-vscode-api/vscode/vs/base/common/event").Event<void>;
private readonly _onDidChangeEncoding;
readonly onDidChangeEncoding: import("vscode/vscode/vs/base/common/event").Event<void>;
readonly onDidChangeEncoding: import("@codingame/monaco-vscode-api/vscode/vs/base/common/event").Event<void>;
private readonly _onDidChangeOrphaned;
readonly onDidChangeOrphaned: import("vscode/vscode/vs/base/common/event").Event<void>;
readonly onDidChangeOrphaned: import("@codingame/monaco-vscode-api/vscode/vs/base/common/event").Event<void>;
private readonly _onDidChangeReadonly;
readonly onDidChangeReadonly: import("vscode/vscode/vs/base/common/event").Event<void>;
readonly onDidChangeReadonly: import("@codingame/monaco-vscode-api/vscode/vs/base/common/event").Event<void>;
readonly typeId = "";

@@ -59,0 +59,0 @@ readonly capabilities = WorkingCopyCapabilities.None;

import { __decorate, __param } from 'vscode/external/tslib/tslib.es6';
import { localize } from 'vscode/vscode/vs/nls';
import { Emitter } from 'vscode/vscode/vs/base/common/event';
import { mark } from 'vscode/vscode/vs/base/common/performance';
import { assertIsDefined } from 'vscode/vscode/vs/base/common/types';
import { TextFileResolveReason, TextFileEditorModelState, EncodingMode } from 'vscode/vscode/vs/workbench/services/textfile/common/textfiles';
import { ITextFileService } from 'vscode/vscode/vs/workbench/services/textfile/common/textfiles.service';
import { SaveSourceRegistry, SaveReason } from 'vscode/vscode/vs/workbench/common/editor';
import { __decorate, __param } from '@codingame/monaco-vscode-api/external/tslib/tslib.es6';
import { localize } from '@codingame/monaco-vscode-api/vscode/vs/nls';
import { Emitter } from '@codingame/monaco-vscode-api/vscode/vs/base/common/event';
import { mark } from '@codingame/monaco-vscode-api/vscode/vs/base/common/performance';
import { assertIsDefined } from '@codingame/monaco-vscode-api/vscode/vs/base/common/types';
import { TextFileResolveReason, TextFileEditorModelState, EncodingMode } from '@codingame/monaco-vscode-api/vscode/vs/workbench/services/textfile/common/textfiles';
import { ITextFileService } from '@codingame/monaco-vscode-api/vscode/vs/workbench/services/textfile/common/textfiles.service';
import { SaveSourceRegistry, SaveReason } from '@codingame/monaco-vscode-api/vscode/vs/workbench/common/editor';
import { BaseTextEditorModel } from '@codingame/monaco-vscode-e571cbbb-526b-5d8b-92c5-a0437d2dabb3-common/vscode/vs/workbench/common/editor/textEditorModel';
import { IWorkingCopyBackupService } from 'vscode/vscode/vs/workbench/services/workingCopy/common/workingCopyBackup.service';
import { FileChangeType, FileOperationResult, ETAG_DISABLED, NotModifiedSinceFileOperationError } from 'vscode/vscode/vs/platform/files/common/files';
import { IFileService } from 'vscode/vscode/vs/platform/files/common/files.service';
import { ILanguageService } from 'vscode/vscode/vs/editor/common/languages/language';
import { IModelService } from 'vscode/vscode/vs/editor/common/services/model';
import { TaskSequentializer, timeout } from 'vscode/vscode/vs/base/common/async';
import { ILogService } from 'vscode/vscode/vs/platform/log/common/log.service';
import { basename } from 'vscode/vscode/vs/base/common/path';
import { IWorkingCopyService } from 'vscode/vscode/vs/workbench/services/workingCopy/common/workingCopyService.service';
import { IWorkingCopyBackupService } from '@codingame/monaco-vscode-api/vscode/vs/workbench/services/workingCopy/common/workingCopyBackup.service';
import { FileChangeType, FileOperationResult, ETAG_DISABLED, NotModifiedSinceFileOperationError } from '@codingame/monaco-vscode-api/vscode/vs/platform/files/common/files';
import { IFileService } from '@codingame/monaco-vscode-api/vscode/vs/platform/files/common/files.service';
import { ILanguageService } from '@codingame/monaco-vscode-api/vscode/vs/editor/common/languages/language';
import { IModelService } from '@codingame/monaco-vscode-api/vscode/vs/editor/common/services/model';
import { TaskSequentializer, timeout } from '@codingame/monaco-vscode-api/vscode/vs/base/common/async';
import { ILogService } from '@codingame/monaco-vscode-api/vscode/vs/platform/log/common/log.service';
import { basename } from '@codingame/monaco-vscode-api/vscode/vs/base/common/path';
import { IWorkingCopyService } from '@codingame/monaco-vscode-api/vscode/vs/workbench/services/workingCopy/common/workingCopyService.service';
import { NO_TYPE_ID, WorkingCopyCapabilities } from '@codingame/monaco-vscode-a4683c2b-a0d2-5112-96ba-eedc605346d2-common/vscode/vs/workbench/services/workingCopy/common/workingCopy';
import { IFilesConfigurationService } from 'vscode/vscode/vs/workbench/services/filesConfiguration/common/filesConfigurationService.service';
import { ILabelService } from 'vscode/vscode/vs/platform/label/common/label.service';
import { CancellationToken, CancellationTokenSource } from 'vscode/vscode/vs/base/common/cancellation';
import { IFilesConfigurationService } from '@codingame/monaco-vscode-api/vscode/vs/workbench/services/filesConfiguration/common/filesConfigurationService.service';
import { ILabelService } from '@codingame/monaco-vscode-api/vscode/vs/platform/label/common/label.service';
import { CancellationToken, CancellationTokenSource } from '@codingame/monaco-vscode-api/vscode/vs/base/common/cancellation';
import { UTF8, UTF8_with_bom, UTF16be, UTF16le } from '@codingame/monaco-vscode-2e67e044-0db9-5fa6-8bd1-3737a7d586d4-common/vscode/vs/workbench/services/textfile/common/encoding';
import { createTextBufferFactoryFromStream } from 'vscode/vscode/vs/editor/common/model/textModel';
import { ILanguageDetectionService } from 'vscode/vscode/vs/workbench/services/languageDetection/common/languageDetectionWorkerService.service';
import { IPathService } from 'vscode/vscode/vs/workbench/services/path/common/pathService.service';
import { extUri } from 'vscode/vscode/vs/base/common/resources';
import { IAccessibilityService } from 'vscode/vscode/vs/platform/accessibility/common/accessibility.service';
import { PLAINTEXT_LANGUAGE_ID } from 'vscode/vscode/vs/editor/common/languages/modesRegistry';
import { IExtensionService } from 'vscode/vscode/vs/workbench/services/extensions/common/extensions.service';
import { ProgressLocation } from 'vscode/vscode/vs/platform/progress/common/progress';
import { IProgressService } from 'vscode/vscode/vs/platform/progress/common/progress.service';
import { isCancellationError } from 'vscode/vscode/vs/base/common/errors';
import { createTextBufferFactoryFromStream } from '@codingame/monaco-vscode-api/vscode/vs/editor/common/model/textModel';
import { ILanguageDetectionService } from '@codingame/monaco-vscode-api/vscode/vs/workbench/services/languageDetection/common/languageDetectionWorkerService.service';
import { IPathService } from '@codingame/monaco-vscode-api/vscode/vs/workbench/services/path/common/pathService.service';
import { extUri } from '@codingame/monaco-vscode-api/vscode/vs/base/common/resources';
import { IAccessibilityService } from '@codingame/monaco-vscode-api/vscode/vs/platform/accessibility/common/accessibility.service';
import { PLAINTEXT_LANGUAGE_ID } from '@codingame/monaco-vscode-api/vscode/vs/editor/common/languages/modesRegistry';
import { IExtensionService } from '@codingame/monaco-vscode-api/vscode/vs/workbench/services/extensions/common/extensions.service';
import { ProgressLocation } from '@codingame/monaco-vscode-api/vscode/vs/platform/progress/common/progress';
import { IProgressService } from '@codingame/monaco-vscode-api/vscode/vs/platform/progress/common/progress.service';
import { isCancellationError } from '@codingame/monaco-vscode-api/vscode/vs/base/common/errors';

@@ -36,0 +36,0 @@ var TextFileEditorModel_1;

@@ -1,20 +0,20 @@

import { ISaveOptions } from "vscode/vscode/vs/workbench/common/editor";
import { ISaveOptions } from "@codingame/monaco-vscode-api/vscode/vs/workbench/common/editor";
import { BaseTextEditorModel } from "@codingame/monaco-vscode-e571cbbb-526b-5d8b-92c5-a0437d2dabb3-common/vscode/vs/workbench/common/editor/textEditorModel";
import { URI } from "vscode/vscode/vs/base/common/uri";
import { ILanguageService } from "vscode/vscode/vs/editor/common/languages/language";
import { IModelService } from "vscode/vscode/vs/editor/common/services/model";
import { Event } from "vscode/vscode/vs/base/common/event";
import { IWorkingCopyBackupService } from "vscode/vscode/vs/workbench/services/workingCopy/common/workingCopyBackup.service";
import { ITextResourceConfigurationService } from "vscode/vscode/vs/editor/common/services/textResourceConfiguration";
import { ITextModel } from "vscode/vscode/vs/editor/common/model";
import { ITextEditorModel } from "vscode/vscode/vs/editor/common/services/resolverService";
import { IWorkingCopyService } from "vscode/vscode/vs/workbench/services/workingCopy/common/workingCopyService.service";
import { URI } from "@codingame/monaco-vscode-api/vscode/vs/base/common/uri";
import { ILanguageService } from "@codingame/monaco-vscode-api/vscode/vs/editor/common/languages/language";
import { IModelService } from "@codingame/monaco-vscode-api/vscode/vs/editor/common/services/model";
import { Event } from "@codingame/monaco-vscode-api/vscode/vs/base/common/event";
import { IWorkingCopyBackupService } from "@codingame/monaco-vscode-api/vscode/vs/workbench/services/workingCopy/common/workingCopyBackup.service";
import { ITextResourceConfigurationService } from "@codingame/monaco-vscode-api/vscode/vs/editor/common/services/textResourceConfiguration";
import { ITextModel } from "@codingame/monaco-vscode-api/vscode/vs/editor/common/model";
import { ITextEditorModel } from "@codingame/monaco-vscode-api/vscode/vs/editor/common/services/resolverService";
import { IWorkingCopyService } from "@codingame/monaco-vscode-api/vscode/vs/workbench/services/workingCopy/common/workingCopyService.service";
import { IWorkingCopy, WorkingCopyCapabilities, IWorkingCopyBackup, IWorkingCopySaveEvent } from "@codingame/monaco-vscode-a4683c2b-a0d2-5112-96ba-eedc605346d2-common/vscode/vs/workbench/services/workingCopy/common/workingCopy";
import { IEncodingSupport, ILanguageSupport } from "vscode/vscode/vs/workbench/services/textfile/common/textfiles";
import { ITextFileService } from "vscode/vscode/vs/workbench/services/textfile/common/textfiles.service";
import { ILabelService } from "vscode/vscode/vs/platform/label/common/label.service";
import { IEditorService } from "vscode/vscode/vs/workbench/services/editor/common/editorService.service";
import { CancellationToken } from "vscode/vscode/vs/base/common/cancellation";
import { ILanguageDetectionService } from "vscode/vscode/vs/workbench/services/languageDetection/common/languageDetectionWorkerService.service";
import { IAccessibilityService } from "vscode/vscode/vs/platform/accessibility/common/accessibility.service";
import { IEncodingSupport, ILanguageSupport } from "@codingame/monaco-vscode-api/vscode/vs/workbench/services/textfile/common/textfiles";
import { ITextFileService } from "@codingame/monaco-vscode-api/vscode/vs/workbench/services/textfile/common/textfiles.service";
import { ILabelService } from "@codingame/monaco-vscode-api/vscode/vs/platform/label/common/label.service";
import { IEditorService } from "@codingame/monaco-vscode-api/vscode/vs/workbench/services/editor/common/editorService.service";
import { CancellationToken } from "@codingame/monaco-vscode-api/vscode/vs/base/common/cancellation";
import { ILanguageDetectionService } from "@codingame/monaco-vscode-api/vscode/vs/workbench/services/languageDetection/common/languageDetectionWorkerService.service";
import { IAccessibilityService } from "@codingame/monaco-vscode-api/vscode/vs/platform/accessibility/common/accessibility.service";
export interface IUntitledTextEditorModel extends ITextEditorModel, ILanguageSupport, IEncodingSupport, IWorkingCopy {

@@ -21,0 +21,0 @@ readonly onDidChangeEncoding: Event<void>;

import { __decorate, __param } from 'vscode/external/tslib/tslib.es6';
import { __decorate, __param } from '@codingame/monaco-vscode-api/external/tslib/tslib.es6';
import { BaseTextEditorModel } from '@codingame/monaco-vscode-e571cbbb-526b-5d8b-92c5-a0437d2dabb3-common/vscode/vs/workbench/common/editor/textEditorModel';
import { ILanguageService } from 'vscode/vscode/vs/editor/common/languages/language';
import { IModelService } from 'vscode/vscode/vs/editor/common/services/model';
import { Emitter } from 'vscode/vscode/vs/base/common/event';
import { IWorkingCopyBackupService } from 'vscode/vscode/vs/workbench/services/workingCopy/common/workingCopyBackup.service';
import { ITextResourceConfigurationService } from 'vscode/vscode/vs/editor/common/services/textResourceConfiguration';
import { createTextBufferFactory, createTextBufferFactoryFromStream } from 'vscode/vscode/vs/editor/common/model/textModel';
import { IWorkingCopyService } from 'vscode/vscode/vs/workbench/services/workingCopy/common/workingCopyService.service';
import { ILanguageService } from '@codingame/monaco-vscode-api/vscode/vs/editor/common/languages/language';
import { IModelService } from '@codingame/monaco-vscode-api/vscode/vs/editor/common/services/model';
import { Emitter } from '@codingame/monaco-vscode-api/vscode/vs/base/common/event';
import { IWorkingCopyBackupService } from '@codingame/monaco-vscode-api/vscode/vs/workbench/services/workingCopy/common/workingCopyBackup.service';
import { ITextResourceConfigurationService } from '@codingame/monaco-vscode-api/vscode/vs/editor/common/services/textResourceConfiguration';
import { createTextBufferFactory, createTextBufferFactoryFromStream } from '@codingame/monaco-vscode-api/vscode/vs/editor/common/model/textModel';
import { IWorkingCopyService } from '@codingame/monaco-vscode-api/vscode/vs/workbench/services/workingCopy/common/workingCopyService.service';
import { NO_TYPE_ID, WorkingCopyCapabilities } from '@codingame/monaco-vscode-a4683c2b-a0d2-5112-96ba-eedc605346d2-common/vscode/vs/workbench/services/workingCopy/common/workingCopy';
import { ITextFileService } from 'vscode/vscode/vs/workbench/services/textfile/common/textfiles.service';
import { assertIsDefined } from 'vscode/vscode/vs/base/common/types';
import { ILabelService } from 'vscode/vscode/vs/platform/label/common/label.service';
import { ensureValidWordDefinition } from 'vscode/vscode/vs/editor/common/core/wordHelper';
import { IEditorService } from 'vscode/vscode/vs/workbench/services/editor/common/editorService.service';
import { getCharContainingOffset } from 'vscode/vscode/vs/base/common/strings';
import { ITextFileService } from '@codingame/monaco-vscode-api/vscode/vs/workbench/services/textfile/common/textfiles.service';
import { assertIsDefined } from '@codingame/monaco-vscode-api/vscode/vs/base/common/types';
import { ILabelService } from '@codingame/monaco-vscode-api/vscode/vs/platform/label/common/label.service';
import { ensureValidWordDefinition } from '@codingame/monaco-vscode-api/vscode/vs/editor/common/core/wordHelper';
import { IEditorService } from '@codingame/monaco-vscode-api/vscode/vs/workbench/services/editor/common/editorService.service';
import { getCharContainingOffset } from '@codingame/monaco-vscode-api/vscode/vs/base/common/strings';
import { UTF8 } from '@codingame/monaco-vscode-2e67e044-0db9-5fa6-8bd1-3737a7d586d4-common/vscode/vs/workbench/services/textfile/common/encoding';
import { bufferToReadable, VSBuffer, bufferToStream } from 'vscode/vscode/vs/base/common/buffer';
import { ILanguageDetectionService } from 'vscode/vscode/vs/workbench/services/languageDetection/common/languageDetectionWorkerService.service';
import { IAccessibilityService } from 'vscode/vscode/vs/platform/accessibility/common/accessibility.service';
import { bufferToReadable, VSBuffer, bufferToStream } from '@codingame/monaco-vscode-api/vscode/vs/base/common/buffer';
import { ILanguageDetectionService } from '@codingame/monaco-vscode-api/vscode/vs/workbench/services/languageDetection/common/languageDetectionWorkerService.service';
import { IAccessibilityService } from '@codingame/monaco-vscode-api/vscode/vs/platform/accessibility/common/accessibility.service';

@@ -23,0 +23,0 @@ var UntitledTextEditorModel_1;

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc