monaco-editor/src/editor/editor.worker.ts
Henning Dieterichs c38e22c86b esm progress
2025-08-15 19:19:12 +02:00

9 lines
502 B
TypeScript

/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
import { initialize } from '../common/initialize';
import 'monaco-editor-core/language/common/services/editorWebWorkerMain';
export { initialize };