diff options
feat: nya
-rw-r--r-- | ts.worker.js | 4 |
1 files changed, 4 insertions, 0 deletions
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) |