From 8a002bae39e211547a0cb5eb2b15fa10a24230fe Mon Sep 17 00:00:00 2001 From: memdmp Date: Mon, 24 Feb 2025 06:17:24 +0100 Subject: feat: nya --- ts.worker.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ts.worker.js') diff --git a/ts.worker.js b/ts.worker.js index 42a1129..ec74599 100644 --- a/ts.worker.js +++ b/ts.worker.js @@ -1,3 +1,7 @@ +// This is a hand-patched version of node_modules/monaco-editor/esm/vs/language/typescript/ts.worker.js - it just clears the `libFileMap` array and expects the caller to specify it. +// Please don't reject the extension due to this, AMO :P +// (to validate, you can run a diff between node_modules/monaco-editor/esm/vs/language/typescript/ts.worker.js and this file, assuming the postinstall npm script has *NOT* run) + /*!----------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. * Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1) -- cgit v1.2.3