From 39e84478bd15150b14f77c2066358b2c44e4b993 Mon Sep 17 00:00:00 2001 From: Henning Dieterichs Date: Thu, 28 Aug 2025 12:30:56 +0200 Subject: [PATCH] Removes amd filler --- src/fillers/monaco-editor-core-amd.ts | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 src/fillers/monaco-editor-core-amd.ts diff --git a/src/fillers/monaco-editor-core-amd.ts b/src/fillers/monaco-editor-core-amd.ts deleted file mode 100644 index 3580fa0f..00000000 --- a/src/fillers/monaco-editor-core-amd.ts +++ /dev/null @@ -1,11 +0,0 @@ -/*--------------------------------------------------------------------------------------------- - * Copyright (c) Microsoft Corporation. All rights reserved. - * Licensed under the MIT License. See License.txt in the project root for license information. - *--------------------------------------------------------------------------------------------*/ - -// Resolves with the global monaco API - -/// -import * as api from 'vs/editor/editor.api'; - -export = api;