Fixing MonacoEditor Regression with addExtraLib in Web Workers
Summary A critical regression occurred during the upgrade of monaco-editor from version 0.53.0 to 0.55.1. In older versions, the editor operated within the same execution context as the main thread, allowing addExtraLib to resolve virtual file paths like file:///node_modules/… seamlessly. However, the introduction of a strict Web Worker architecture broke this mechanism. Because the TypeScript … Read more